Update README.md
This commit is contained in:
17
README.md
17
README.md
@@ -6,11 +6,13 @@ Here you will find a useful collection of commands and file resource locations u
|
|||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
<br />
|
|
||||||
|
|
||||||
## NMAP
|
## NMAP
|
||||||
|
|
||||||
| # | Overview |
|
***
|
||||||
|
|
||||||
|
**OVERVIEW**
|
||||||
|
|
||||||
|
| | |
|
||||||
| :-----------: | :-----------: |
|
| :-----------: | :-----------: |
|
||||||
| Description | A network scanning tool that identifies devices, ports, services, and operating systems |
|
| Description | A network scanning tool that identifies devices, ports, services, and operating systems |
|
||||||
| Download | Pre-installed on Kali Linux |
|
| Download | Pre-installed on Kali Linux |
|
||||||
@@ -21,10 +23,13 @@ Here you will find a useful collection of commands and file resource locations u
|
|||||||
nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
|
nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
|
||||||
```
|
```
|
||||||
|
|
||||||
<br />
|
***
|
||||||
|
|
||||||
|
<br />
|
||||||
## NMAP Automator
|
## NMAP Automator
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
**OVERVIEW**
|
**OVERVIEW**
|
||||||
|
|
||||||
| | |
|
| | |
|
||||||
@@ -37,9 +42,13 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
|
|||||||
```bash
|
```bash
|
||||||
./nmapAutomator.sh --host {IP ADDRESS} --type All
|
./nmapAutomator.sh --host {IP ADDRESS} --type All
|
||||||
```
|
```
|
||||||
|
***
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
# Port Enumeration
|
# Port Enumeration
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
## FTP [21]
|
## FTP [21]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user