We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ae20e commit f93ad0dCopy full SHA for f93ad0d
README.md
@@ -0,0 +1,10 @@
1
+# network_scanner.py
2
+Network scanner (Python3)
3
+
4
+```
5
+[*] Usage:
6
+sudo python3 network_scanner.py <arguments>
7
+-c (--cidr): specify the CIDR (e. g. 192.168.0.1/24)
8
+-w (--wait)[optional]: specify the wait time until a timeout
9
+-t (--ttl)[optional]: specify the TTL (time to live)
10
0 commit comments