Skip to content

Instantly share code, notes, and snippets.

@0xdreadnaught
Last active February 19, 2020 16:17
Show Gist options
  • Select an option

  • Save 0xdreadnaught/0327ac3facd1b0143623ce184a2e38bb to your computer and use it in GitHub Desktop.

Select an option

Save 0xdreadnaught/0327ac3facd1b0143623ce184a2e38bb to your computer and use it in GitHub Desktop.
FTP Enumeration
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