Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 1.42 KB

README.md

File metadata and controls

33 lines (31 loc) · 1.42 KB

AutoFTP

AutoFTP

FTP brute force script written in Python 3 that has the option of using your own wordlists or scrape wordlists from GitHub.

AutoFTP Usage:
FTP brute force attack that has the feature of using local or remote wordlists.
A total of 17,580,792 words currently and more soon to come
# Local wordlist attack syntax:
autoftp -t 192.168.56.104 -u admin -w dictionary.txt
# Remote wordlist mode syntax:
autoftp -t 192.168.56.104 -u admin -o darkc0de.txt
# Anonymous login syntax:
autoftp -u anonymous -t ftp.ed.ac.uk
# List all available remote wordlists and their word count:
autoftp -l
# Show an exact total remote word count
autoftp -c

More wordlists will be added. Feel free to throw suggestions for specific wordlists and I'll take them into consideration