mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-26 10:39:08 -04:00
Update scanning_ip.py
This commit is contained in:
parent
8ba9f1bc03
commit
a70347ef17
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
__author__ = "bt3"
|
||||
__author__ = "Mia Stein"
|
||||
|
||||
import sys
|
||||
import random
|
||||
@ -20,4 +20,4 @@ if __name__ == '__main__':
|
||||
if len(sys.argv) > 1:
|
||||
scan_ip(sys.argv[1])
|
||||
else:
|
||||
print 'Usage: scan_ip <destination>'
|
||||
print 'Usage: scan_ip <destination>'
|
||||
|
Loading…
x
Reference in New Issue
Block a user