Cyber InfoCICyber Info
Powered by
wet-aquaW
Cyber Info•4y ago•
3 replies
wet-aqua

python scapy

from scapy.all import sniff, NetflowSession, TCPSession, IPSession

my_session = NetflowSession()

test = sniff(count=50, prn= lambda x:x.summary())


test = my_session._ip_process_packet(test)

print(test)
from scapy.all import sniff, NetflowSession, TCPSession, IPSession

my_session = NetflowSession()

test = sniff(count=50, prn= lambda x:x.summary())


test = my_session._ip_process_packet(test)

print(test)


what does
._ip_process_packet(test)
._ip_process_packet(test)
do ?
Cyber Info banner
Cyber InfoJoin
At Cyber Info, we strive to empower every individual with easy access to cybersecurity education
183,284Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Who uses scapy ?
wet-aquaWwet-aqua / ❓︱support-requests
4y ago
python offensive security
! Lucas!! Lucas / ❓︱support-requests
17mo ago
Python Request 400
Cyber ForumCCyber Forum / ❓︱support-requests
3y ago
Two python files crypter.py and ciphers.py to decrypt a message.
progressive-amaranthPprogressive-amaranth / ❓︱support-requests
4y ago