Skip to content

Commit f93ad0d

Browse files
authored
Create README.md
1 parent 61ae20e commit f93ad0d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)