Sniff SMTP with Scapy Python -


i tring recognize smtp sessions being started in sniffed network using scapy have classified http, udp, tcp, dns , tried:

recog_smtp = lambda pkt: smtp in pkt 

but it's not working, shows fake smtp packets(made check ws , there wasn't smtp packets)


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -