Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Collection of Red Team Project

download

1.FTP BRUTE FORCE Script 👽

Just a Simple Code For Ftp Login And Banner Grabbing This Code is Just For Educational Purpose .. USING Python ftplib

Configuration

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

Parameter Configuration

Screenshot 2024-07-09 230720

Working

Screenshot 2024-07-09 230400

2.Subdomain Enum Script✌️

Configuration

python subdomain.py --domain <target> --wordlist <wordlist file Path>
1.--wordlist - Give the wordlist Path
2. --domain - Target Domain to Enumerate 

Parameter Configuration

Screenshot 2024-07-15 121600

Working

Screenshot 2024-07-15 120155

3.HashCracker 😎

configuration

 _               _                           _
| |__   __ _ ___| |__     ___ _ __ __ _  ___| | _____ _ __
| '_ \ / _` / __| '_ \   / __| '__/ _` |/ __| |/ / _ \ '__|
| | | | (_| \__ \ | | | | (__| | | (_| | (__|   <  __/ |
|_| |_|\__,_|___/_| |_|  \___|_|  \__,_|\___|_|\_\___|_|



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

working

Screenshot_2024-08-04_03_07_33 Screenshot_2024-08-04_03_09_21