mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-06-12 09:02:53 -04:00
Update scanning_ip.py
This commit is contained in:
parent
8ba9f1bc03
commit
a70347ef17
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "bt3"
|
__author__ = "Mia Stein"
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import random
|
import random
|
||||||
|
@ -20,4 +20,4 @@ if __name__ == '__main__':
|
||||||
if len(sys.argv) > 1:
|
if len(sys.argv) > 1:
|
||||||
scan_ip(sys.argv[1])
|
scan_ip(sys.argv[1])
|
||||||
else:
|
else:
|
||||||
print 'Usage: scan_ip <destination>'
|
print 'Usage: scan_ip <destination>'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue