Update scanning_ip.py

This commit is contained in:
go-outside-helper 2024-03-14 17:51:32 +01:00 committed by GitHub
parent 8ba9f1bc03
commit a70347ef17
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
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>'