1

I want to execute two Scapy commands simultaneously in a Python file, e.g: send(IP(dst="x.x.x.x") and sniff(). The problem I am trying to resolve is that when the script begin sniffing (on a server side) , the packet (from client) is already received before the beginning of sniff(). Is it possible to run two commands at the same time ? Thanks

farfalla
  • 173
  • 1
  • 1
  • 10

0 Answers0