Update README.md
This commit is contained in:
30
README.md
30
README.md
@@ -70,8 +70,38 @@ nmap -p- --min-rate 5000 -sC -sV {IP ADDRESS}
|
|||||||
# Port Enumeration
|
# Port Enumeration
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
## FTP [21]
|
## FTP [21]
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
### ftp
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
**OVERVIEW**
|
||||||
|
|
||||||
|
| | |
|
||||||
|
| :-----------: | :-----------: |
|
||||||
|
| Description | Connect to FTP server |
|
||||||
|
| Download | Pre-installed on Kali Linux |
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
**USAGE**
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ftp {ip address}
|
||||||
|
|
||||||
|
Download Command: get
|
||||||
|
Upload Command: put
|
||||||
|
Default Credentials: anonymous
|
||||||
|
```
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
## SSH [22]
|
## SSH [22]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user