Last active
February 19, 2020 16:17
-
-
Save 0xdreadnaught/0327ac3facd1b0143623ce184a2e38bb to your computer and use it in GitHub Desktop.
FTP Enumeration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Command | Question | |
|---|---|---|
| ftp <target> <port> | Server information disclosed? Anonymous login possible? Am I able to acces directory listings? Can I Put/Get files?e What commands do I have access to? | |
| nc <target> <port> | Server information disclosed? What commands do I have access to? | |
| telnet <target> <port> | Server information disclosed? What commands do I have access to? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment