![]() |
|
RawCap | a sniffer for Windows - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Operating Systems (https://sinister.ly/Forum-Operating-Systems) +--- Thread: RawCap | a sniffer for Windows (/Thread-RawCap-a-sniffer-for-Windows) |
RawCap | a sniffer for Windows - HEX C++ COD3R - 09-07-2012 RawCap - sniffer for Windows These are some features of RawCap
Usage RawCap takes two arguments; the first argument is the IP address or interface number to sniff from, the second is the path/file to write the captured packets to. C:\Tools>RawCap.exe 192.168.0.23 dumpfile.pcap You can also start RawCap without any arguments, which will leave you with an interactive dialog where you can select NIC and filename: C:\Tools>RawCap.exe Network interfaces: 0. 192.168.0.23 Local Area Connection 1. 192.168.0.47 Wireless Network Connection 2. 90.130.211.54 3G UMTS Internet 3. 192.168.111.1 VMware Network Adapter VMnet1 4. 192.168.222.1 VMware Network Adapter VMnet2 5. 127.0.0.1 Loopback Pseudo-Interface Select network interface to sniff [default '0']: 1 Output path or filename [default 'dumpfile.pcap']: Sniffing IP : 192.168.0.47 File : dumpfile.pcap Packets : 1337 Download Here:http://www.netresec.com/products/RawCap/RawCap.exe |