Update tools.py

This commit is contained in:
go-outside-helper 2024-03-14 17:54:02 +01:00 committed by GitHub
parent ce8277dc20
commit daaec0b4f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()