mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-04-18 02:37:35 +00:00
readme
This commit is contained in:
parent
8470962570
commit
45aa9cc496
@ -5,9 +5,11 @@ Download the script on your local machine and use as follows.
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
- Single host - scans a single IP address
|
- Single host - scans a single IP address
|
||||||
|
|
||||||
`./scanner.py <IP address> <start port> <end port>`
|
`./scanner.py <IP address> <start port> <end port>`
|
||||||
_Example:`./scanner.py 192.168.0.17 1 65535`_
|
_Example:`./scanner.py 192.168.0.17 1 65535`_
|
||||||
|
|
||||||
- Network scan - scans a range of IP addresses
|
- Network scan - scans a range of IP addresses
|
||||||
|
|
||||||
`./scanner.py <network> <start port> <end port> -n`
|
`./scanner.py <network> <start port> <end port> -n`
|
||||||
_Example:`./scanner.py 192.168.0 1 65535 -n`_
|
_Example:`./scanner.py 192.168.0 1 65535 -n`_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user