Update third_party_mod.py

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

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
__author__ = "bt3" __author__ = "Mia Stein"
from scapy.all import * from scapy.all import *
@ -13,4 +13,4 @@ def os_finger():
sniff(prn=prnp0f) sniff(prn=prnp0f)
if __name__ == '__main__': if __name__ == '__main__':
nmap_simple() nmap_simple()