Home > other >  How to grabbing the HTTP protocol with python3 scapy library package?
How to grabbing the HTTP protocol with python3 scapy library package?

Time:12-22

Scapy can only seem to parse to tcpudp, cannot further resolve the HTTP, now I want to write a program that can grab the host network activity and filtering (for example, select only the TCP, the fetching of udp, select only the HTTP, etc.), can you tell me how to achieve?
Scapy version 2.4.3.

CodePudding user response:

According to the actual situation, according to the specific analytical HTTP, corresponding type packets, to go to catch you use package, for protocol type filter,
  • Related