Skip to content

suchana06/ReconAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

<title>Recon Tool</title>

Recon Tool

 ____  ____  _     ___  ____  _     ____  _     
/  __\/  _ \/ \__/|\  \/  _ \/ \  //  __\/ \  /|
|  \/|| / \|| |\/|||  /| / \|| |\ ||  \/|| |\ || 
|  __/| |-||| |  ||| /_| \_/|| | \||  __/| | \|| 
\_/   \_/ \|\_/  \|\_/\____/\_/  \|\_/   \_/  \| 
    

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

Installation

pip install -r requirements.txt

Usage

python recon_tool.py

Options

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
    

Option 1: My IP Address

This option displays your device's hostname and IP address.

Option 2: Password Generator

This option generates a random password based on the specified length.

Option 3: Wordlist Generator

This option generates a wordlist based on provided characters and length range.

Option 4: Barcode Generator

This option generates a barcode for a provided 12-digit number and saves it as a PNG file.

Option 5: QRCode Generator

This option generates a QR code for a provided link and saves it as a PNG file.

Option 6: Phone Number Info

This option provides information about a provided phone number, including the country and carrier.

Option 7: Subdomain Scanner

This option scans for subdomains of a provided domain using a default wordlist.

Option 8: Port Scanner

This option scans for open ports on a provided IP address using the specified scanning mode.

Option 9: DDOS Attack

This option initiates a DDOS attack on a provided IP address and port (use with caution and legality).

Requirements


    tqdm
    pyfiglet
    requests
    pyqrcode
    phonenumbers
    tabulate
    barcode
   

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages