mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-06-28 00:27:10 -04:00
Update example_hexdump.py
This commit is contained in:
parent
ac0edc3ab0
commit
2693f61ca6
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "bt3"
|
__author__ = "Mia Stein"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
|
|
||||||
str(IP())
|
str(IP())
|
||||||
a = Ether()/IP(dst="www.google.com")/TCP()/"GET /index.html HTTP/1.1"
|
a = Ether()/IP(dst="www.google.com")/TCP()/"GET /index.html HTTP/1.1"
|
||||||
hexdump(a)
|
hexdump(a)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue