readme update

This commit is contained in:
Samuel Jonathan 2022-10-04 15:23:47 +05:30
parent 45aa9cc496
commit bc9ad4b94f

View File

@ -7,9 +7,11 @@ Download the script on your local machine and use as follows.
- Single host - scans a single IP address
`./scanner.py <IP address> <start port> <end port>`
_Example:`./scanner.py 192.168.0.17 1 65535`_
- Network scan - scans a range of IP addresses
`./scanner.py <network> <start port> <end port> -n`
_Example:`./scanner.py 192.168.0 1 65535 -n`_