Update super_scanner.py

This commit is contained in:
go-outside-helper 2024-03-14 17:52:49 +01:00 committed by GitHub
parent 44327480bd
commit 9cec83522a
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 netaddr
@ -58,4 +58,4 @@ def super_scanner():
if __name__ == '__main__':
super_scanner()
super_scanner()