____ ____ _ ___ ____ _ ____ _ / __\/ _ \/ \__/|\ \/ _ \/ \ // __\/ \ /| | \/|| / \|| |\/||| /| / \|| |\ || \/|| |\ || | __/| |-||| | ||| /_| \_/|| | \|| __/| | \|| \_/ \_/ \|\_/ \|\_/\____/\_/ \|\_/ \_/ \|
This tool offers various functionalities including:
- My IP Address
- Password Generator
- Wordlist Generator
- Barcode Generator
- QRCode Generator
- Phone Number Info
- Subdomain Scanner
- Port Scanner
- DDOS Attack
pip install -r requirements.txt
python recon_tool.py
After running the script, you'll be prompted to select an option:
1- MY IP ADDRESS 2- PASSWORD GENERATOR 3- WORDLIST GENERATOR 4- BARCODE GENERATOR 5- QRCODE GENERATOR 6- PHONE NUMBER INFO 7- SUBDOMAIN SCANNER 8- PORT SCANNER 9- DDOS ATTACK
This option displays your device's hostname and IP address.
This option generates a random password based on the specified length.
This option generates a wordlist based on provided characters and length range.
This option generates a barcode for a provided 12-digit number and saves it as a PNG file.
This option generates a QR code for a provided link and saves it as a PNG file.
This option provides information about a provided phone number, including the country and carrier.
This option scans for subdomains of a provided domain using a default wordlist.
This option scans for open ports on a provided IP address using the specified scanning mode.
This option initiates a DDOS attack on a provided IP address and port (use with caution and legality).
tqdm
pyfiglet
requests
pyqrcode
phonenumbers
tabulate
barcode
This project is licensed under the MIT License.