Skip to content

Waxxx333/AutoFTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published