Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Command-line sniffer: xsniff .exe


May 23, 2021 DOS Command learning manual



The FTP/SMTP/POP3/HTTP protocol password within the LAN can be captured

Description of the parameters

-tcp outputs the TCP data report

-udp outputs the UDP data report

-icmp outputs the ICMP data report

-pass filters password information

-hide runs in the background

-host resolves the host name

-addr IP address Filter IP address

-port port filter port

-log file name Saves the output to the file

-asc is output as ASCII

-hex is output in a 16-step format

Example of usage

xsniff .exe -pass -hide -log pass.log sniffing passwords in the background and keeping password information in a .log file

xsniff.exe -tcp -udp -asc -addr 192.168.1.1 Sniff 192.168.1.1 and filter tcp and udp information and output it in ASCII format