Update scanning_port.py

This commit is contained in:
go-outside-helper 2024-03-14 17:51:46 +01:00 committed by GitHub
parent a70347ef17
commit 09d46c57be
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"
import sys
from scapy.all import *
@ -20,4 +20,4 @@ def scan_port():
print "All ports in %s are closed." %DEST
if __name__ == '__main__':
scan_port()
scan_port()