FTP brute force script written in Python 3 that has the option of using your own wordlists or scrape wordlists from GitHub.
- Currenlty contains 12 wordlists with over 17,580,792 words
- Has rockyou.txt
- Uses threading
🠋 Click the screenshot below to watch the demo 🠋
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