Just a Simple Code For Ftp Login And Banner Grabbing This Code is Just For Educational Purpose .. USING Python ftplib
python ftpBrute.py --username <username.txt> --password <pass.txt> --host <host>
1 . --username - give username as file
2 . --password - give password as a file
3 . --host - give the Target Host
python subdomain.py --domain <target> --wordlist <wordlist file Path>
1.--wordlist - Give the wordlist Path
2. --domain - Target Domain to Enumerate
_ _ _
| |__ __ _ ___| |__ ___ _ __ __ _ ___| | _____ _ __
| '_ \ / _` / __| '_ \ / __| '__/ _` |/ __| |/ / _ \ '__|
| | | | (_| \__ \ | | | | (__| | | (_| | (__| < __/ |
|_| |_|\__,_|___/_| |_| \___|_| \__,_|\___|_|\_\___|_|
Config Error [!]
usage : hashCracker.py --wordlist <wordlist file> --hash <hash to crack> --type <md5>
--wordlist - wordlist file to be specified
--hash - hash to be cracked
--type - ["sha512","sha256","md5","sha224","sha384","sha1","sha3_224","sha3_256","sha3_512","sha3_384"] any type in list