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

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -