BugScanX is a specialized toolkit by Ayan Rajpoot for identifying SNI bug hosts often used in free internet configurations. This script offers a range of utilities to analyze subdomains, scan IP addresses, retrieve DNS records, and more.
BugScanX provides robust tools to analyze networks and find SNI bug hosts:
- 🖥️ Subdomains Scanner - Scans subdomains to identify potential SNI bug hosts.
- 📡 IP Addresses Scanner - Scans IPs to locate SNI bug hosts on specific addresses.
- 🌐 Subdomains Finder - Finds active subdomains associated with a target domain.
- 🔍 Domains Hosted on Same IP - Lists domains hosted on the same IP as a target.
- 💡 Host OSINT - Performs OSINT checks for gathering open-source info on a host.
- 🧰 TXT Toolkit - Retrieves and analyzes TXT DNS records for security insights.
- 🔓 Open Port Checker - Scans open ports on a given IP or domain.
- 📜 DNS Records - Fetches A, MX, TXT, and other DNS records of a domain.
- 📖 Help - Provides usage instructions for each tool.
- ⛔ Exit - Cleanly exits the program.
- 🌈 Colorful & Dynamic – A bright, engaging interface that makes using the tool fun.
- 😊 Emoji-Powered – Emojis are integrated throughout, adding personality and making the experience more interactive.
- 🚀 Modern & Minimalist – Clean, intuitive design for a smooth, user-friendly experience.
- ⚡ Fast & Responsive – Instant feedback, no lag, and optimized for smooth navigation.
Ensure Python 3.x is installed on your system.
BugScanX automatically installs all required modules and libraries on the first run, including:
- requests
- colorama
- ipaddress
- pyfiglet
- socket
- ssl
- beautifulsoup4
- dnspython
- multithreading
If you prefer to install dependencies manually, run:
pip install requests colorama ipaddress pyfiglet socket ssl beautifulsoup4 dnspython multithreading
git clone https://github.com/ayanrajpoot10/BugScanX.git
cd BugScanX
Run the script:
python bugscanx.py
Select a feature by entering its corresponding number:
[1] 🖥️ Subdomains Scanner
[2] 📡 IP Addresses Scanner
[3] 🌐 Subdomains Finder
[4] 🔍 Domains Hosted on Same IP
[5] 💡 Host OSINT
[6] 🧰 TXT Toolkit
[7] 🔓 Open Port Checker
[8] 📜 DNS Records
[9] 📖 Help
[10]⛔ Exit
- Subdomains Scanner: Input a domain to enumerate subdomains and check for SNI bug host potential.
- IP Addresses Scanner: Input IPs to retrieve relevant information such as geolocation and hosting details.
- DNS Records: Get A, MX, TXT, and other DNS records for deeper domain insights.
Detailed documentation is available in the docs/
directory.
This project is licensed under the MIT License.
Contributions are welcome! Open an issue or submit a pull request.
For support, join our Telegram channel: BugScanX
Enjoy using BugScanX for efficient SNI bug host discovery and network analysis!