Update example_hexdump.py

This commit is contained in:
go-outside-helper 2024-03-14 17:26:53 +01:00 committed by GitHub
parent ac0edc3ab0
commit 2693f61ca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,9 @@
#!/usr/bin/env python
__author__ = "bt3"
__author__ = "Mia Stein"
from scapy.all import *
str(IP())
a = Ether()/IP(dst="www.google.com")/TCP()/"GET /index.html HTTP/1.1"
hexdump(a)
hexdump(a)