mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-25 18:19:07 -04:00
Update tools.py
This commit is contained in:
parent
ce8277dc20
commit
daaec0b4f3
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
__author__ = "bt3"
|
||||
__author__ = "Mia Stein"
|
||||
|
||||
from scapy.all import *
|
||||
|
||||
@ -19,4 +19,4 @@ def fuzz_tcp():
|
||||
send(IP(dst="192.168.1.114")/fuzz(UDP()/NTP(version=4)), loop=1)
|
||||
|
||||
if __name__ == '__main__':
|
||||
fuzz_tcp()
|
||||
fuzz_tcp()
|
||||
|
Loading…
x
Reference in New Issue
Block a user