mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
read
This commit is contained in:
parent
bc9ad4b94f
commit
94732a8281
|
@ -6,12 +6,16 @@ Download the script on your local machine and use as follows.
|
|||
## Usage
|
||||
- Single host - scans a single IP address
|
||||
|
||||
`./scanner.py <IP address> <start port> <end port>`
|
||||
```python
|
||||
./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`
|
||||
|
||||
```python
|
||||
./scanner.py <network> <start port> <end port> -n
|
||||
```
|
||||
|
||||
_Example:`./scanner.py 192.168.0 1 65535 -n`_
|
||||
|
|
Loading…
Reference in New Issue
Block a user