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
Post a Comment