Update nmap.py

This commit is contained in:
go-outside-helper 2024-03-14 17:27:11 +01:00 committed by GitHub
parent 82a16bfbd7
commit 011522fb58
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 *
import random
@ -29,4 +29,4 @@ def nmap():
print HOST + ":" + str(dport) + " is filtered (dropped)."
if __name__ == '__main__':
nmap()
nmap()