Skip to content

Commit

Permalink
add dl ftp
Browse files Browse the repository at this point in the history
  • Loading branch information
xanhacks committed Oct 14, 2022
1 parent b0a4ca2 commit 4abbe1b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/pentest/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ description: How to pentest different services.

## FTP (port 21)

### Anonymous login

`nmap -p 21 --script=ftp-anon 10.10.174.58`

### Download everything

`wget -m --user='USERNAME' --password='PASSWORD' ftp://127.0.0.1`

## Kerberos (port 88)

### Enumeration & bruteforce
Expand Down

0 comments on commit 4abbe1b

Please sign in to comment.