BCHackTool in Termux โ€“ Website Security Scanning Tool

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.
READ ALSO  IG-OSINT: Instagram Information Gathering Tool

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.


Leave a Comment