Update README.md
This commit is contained in:
@@ -29,6 +29,7 @@ Here you will find a useful collection of commands and file resource locations u
|
|||||||
# Usage
|
# Usage
|
||||||
nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
|
nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
|
||||||
|
|
||||||
|
# Flags
|
||||||
# -p-: scans ALL ports
|
# -p-: scans ALL ports
|
||||||
# --min-rate <number>: Send packets no slower than <number> per second
|
# --min-rate <number>: Send packets no slower than <number> per second
|
||||||
# -sC: equivalent to --script=default
|
# -sC: equivalent to --script=default
|
||||||
@@ -46,12 +47,12 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Useful script that automates multiple enumeration scans in succession
|
# Useful script that automates multiple enumeration scans in succession
|
||||||
# Download:
|
# Download: https://github.com/21y4d/nmapAutomator/blob/master/nmapAutomator.sh
|
||||||
<pre><a href="https://github.com/21y4d/nmapAutomator/blob/master/nmapAutomator.sh">nmapAutomator.sh</a></pre>
|
|
||||||
[nmapAutomator.sh](https://github.com/21y4d/nmapAutomator/blob/master/nmapAutomator.sh)
|
|
||||||
|
|
||||||
|
# Usage
|
||||||
./nmapAutomator.sh --host {IP ADDRESS} --type All
|
./nmapAutomator.sh --host {IP ADDRESS} --type All
|
||||||
|
|
||||||
|
# Flags
|
||||||
# --type Network : Shows all live hosts in the host's network (~15 seconds)
|
# --type Network : Shows all live hosts in the host's network (~15 seconds)
|
||||||
# --type Port : Shows all open ports (~15 seconds)
|
# --type Port : Shows all open ports (~15 seconds)
|
||||||
# --type Script : Runs a script scan on found ports (~5 minutes)
|
# --type Script : Runs a script scan on found ports (~5 minutes)
|
||||||
|
|||||||
Reference in New Issue
Block a user