GitBook: [master] one page modified

This commit is contained in:
CPol 2021-07-06 18:13:26 +00:00 committed by gitbook-bot
parent 51c9a9d7e3
commit dc3e7c0a4c
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -14,12 +14,6 @@ PORT STATE SERVICE
## Enumeration
### Nmap FTP scripts
```bash
nmap --script ftp-* -p 21 <ip>
```
### Banner Grabbing
```bash
@ -107,7 +101,11 @@ Here you can find a nice list with default ftp credentials: [https://github.com/
### Automated
Anon login and bounce FTP checks are perform by default by nmap with **-sC** option.
Anon login and bounce FTP checks are perform by default by nmap with **-sC** option or:
```bash
nmap --script ftp-* -p 21 <ip>
```
### Shodan