mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-05 00:05:07 -04:00
remove dead urls, clean up readme
This commit is contained in:
parent
323465161a
commit
bede0e3e79
251 changed files with 12365 additions and 627 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
__author__ = "bt3"
|
||||
__author__ = "bt3gl"
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue