BCHackTool is a cybersecurity and reconnaissance toolkit that helps perform domain scanning, subdomain enumeration, and vulnerability assessment tasks from a single menu-based interface. You can install BCHackTool in Termux and use it with simple commands to perform various security-related tasks from a single tool. Hereโs what you can do with BCHackTool in Termux:
- Perform complete website and network analysis.
- Scan websites for security problems.
- Check for common website vulnerabilities.
- Find known security issues.
- Scan domain and DNS information.
- Check network services and open ports.
How to Install BCHackTool in Termux
Below are the simple commands to install BCHackTool in Termux. Copy and run each command one by one to install the tool in Termux.
Update Termux packages.
pkg update && pkg upgrade -y
Install Git and PRoot.
pkg install git proot -y
Clone the BCHackTool repository.
git clone https://github.com/ByCh4n/BCHackTool
Move into the BCHackTool directory.
cd BCHackTool
Give execute permission to the installer script.
chmod +x bchacktool-termux.sh
Start a fake root environment.
proot -0
Start the installation.
bash bchacktool-termux.sh
After the installation is completed, BCHackTool will be ready to use.
How to Use BCHackTool in Termux
Open the BCHackTool directory.
cd BCHackTool
Start a fake root environment.
proot -0
Launch BCHackTool.
bash bchacktool-termux.sh
After running the command, the following menu will appear:
MAIN MENU
[1] ๐ฏ Single Domain Scan
[2] ๐ Multiple Domains (from file)
[3] โก Scan with Subdomain List (Skip Recon)
[4] ๐ Configure API Keys
[5] ๐ Setup Notifications
[6] ๐ View Previous Scans
[S] ๐ง System & Tools Status
[T] ๐ฆ Update Nuclei Templates
[U] ๐ Update All Tools
[H] ๐ Help & Wiki
[L] ๐ View Logs
[99] ๐งน Clean & Uninstall
[0] ๐ Exit- Single Domain Scan: Scans a single target domain.
- Multiple Domains: Scans multiple domains from a file.
- Scan with Subdomain List: Scans existing subdomains without performing reconnaissance.
- Configure API Keys: Adds API keys for supported services.
- Setup Notifications: Configures notification settings.
- View Previous Scans: Displays previously saved scan results.
- System & Tools Status: Shows installed tools and system information.
- Update Nuclei Templates: Downloads the latest Nuclei templates.
- Update All Tools: Updates installed tools and components.
- Help & Wiki: Opens help information and documentation.
- View Logs: Displays saved logs.
- Clean & Uninstall: Removes BCHackTool and related files.
- Exit: Closes BCHackTool and returns to the terminal.
Choose the option you want and BCHackTool will automatically perform the selected task and display the results inside the terminal.
End Note
BCHackTool is a useful cybersecurity toolkit that helps scan websites, check domains, and perform basic security testing tasks from a single menu. You can install and use it in Termux to learn reconnaissance, vulnerability scanning, and other cybersecurity concepts.







