Skip to content Skip to sidebar Skip to footer
Showing posts with the label Hexdump

Saving Hexdump(packet) To List In Scapy

Is there any way I could save hexdump() to byte list so the list can be accessed by index. what I n… Read more Saving Hexdump(packet) To List In Scapy

Searching For Hex In Scapy Packet

I am trying to search for a hex sequence in the UDP payload (ISAKMP) of a packet. the packet is bei… Read more Searching For Hex In Scapy Packet