mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-26 02:29:07 -04:00
Update scanning_port.py
This commit is contained in:
parent
a70347ef17
commit
09d46c57be
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user