Update README.md
This commit is contained in:
32
README.md
32
README.md
@@ -66,6 +66,8 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
|
|||||||
|
|
||||||
# Port Enumeration
|
# Port Enumeration
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
## FTP [21]
|
## FTP [21]
|
||||||
@@ -76,31 +78,17 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
|
|||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
**OVERVIEW**
|
|
||||||
|
|
||||||
| | |
|
|
||||||
| :-----------: | :-----------: |
|
|
||||||
| Description | Connect to FTP server |
|
|
||||||
| Download | Pre-installed on Kali Linux |
|
|
||||||
|
|
||||||
<br />
|
|
||||||
|
|
||||||
**USAGE**
|
|
||||||
|
|
||||||
<br />
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Connect to FTP server
|
||||||
|
# Download: Pre-installed on Kali Linux
|
||||||
|
|
||||||
|
# Usage
|
||||||
ftp {IP ADDRESS}
|
ftp {IP ADDRESS}
|
||||||
|
|
||||||
# Default Credentials
|
# Default Credentials: anonymous
|
||||||
anonymous
|
# Directory Command: dir
|
||||||
|
# Download Command: get
|
||||||
# Directory Command
|
# Upload Command: put
|
||||||
dir
|
|
||||||
# Download Command
|
|
||||||
get
|
|
||||||
# Upload Command
|
|
||||||
put
|
|
||||||
```
|
```
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user