mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-25 18:19:07 -04:00
Update example_hexdump.py
This commit is contained in:
parent
ac0edc3ab0
commit
2693f61ca6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user