BillCipher is a simple and useful reconnaissance tool for collecting information about websites and IP addresses. It provides many options for DNS lookup, Whois information, IP location, port scanning, subdomains, and website analysis. You can easily install and use this tool in Termux using some simple commands.
Here’s what you can do with BillCipher in Termux:
- Perform DNS and Whois lookups.
- Find GeoIP and IP location information.
- Scan open ports.
- Find subdomains and hosts.
- Collect website and email information.
- Gather basic reconnaissance details.
Install BillCipher in Termux
Below are the simple commands to install BillCipher in Termux, just copy and run each commands one by one in the terminal.
Update Termux packages.
pkg update && pkg upgrade -yInstall Git, Python, and Ruby.
pkg install git python ruby -yClone the BillCipher repository.
git clone https://github.com/bahatiphill/BillCipher.gitMove into the BillCipher directory.
cd BillCipherInstall the required Python packages.
pip install -r requirements.txtRun BillCipher.
python3 billcipher.pyBillCipher is now installed and ready to use.
Use BillCipher in Termux
Run BillCipher.
python3 billcipher.pyChoose the target type.
Are you want to collect information of website or IP address? [website/IP]:
Enter website or IP according to your target.
If you choose website, enter the website address.
Enter the website address:
Example:
example.com
BillCipher will then display an information gathering menu.
- DNS Lookup – Collect DNS information.
- Whois Lookup – View Whois information.
- GeoIP Lookup – Check the location of the IP address.
- Subnet Lookup – Gather subnet information.
- Port Scanner – Scan ports on the target.
- Page Links – Find links from the website.
- Zone Transfer – Check for DNS zone transfer information.
- HTTP Header – View HTTP headers.
- Host Finder – Find hosts related to the target.
- IP-Locator – Find IP location information.
- Find Shared DNS Servers – Find shared DNS servers.
- Get Robots.txt – Retrieve the website’s robots.txt file.
- Host DNS Finder – Find DNS information related to the host.
- Reverse IP Lookup – Find information using reverse IP lookup.
- Email Gathering – Gather email information using Infoga.
- Subdomain Listing – Find subdomains using Sublist3r.
- Find Admin Login Site – Search for admin login pages using Breacher.
- Check and Bypass CloudFlare – Check CloudFlare using HatCloud.
- Website Copier – Copy a website using httrack.
- Host Info Scanner – Scan host information using WhatWeb.
- About BillCipher – View information about BillCipher.
- Exit – Close the tool.
Enter the number of the option you want to use.
What information would you like to collect? (1-20):
For example, enter 1 to perform a DNS lookup.
BillCipher will automatically run the selected information gathering module and display the available results in the Termux terminal.
End Note
BillCipher is a simple tool for website and IP information gathering. It includes different lookup and reconnaissance options that you can easily use from the Termux terminal. You can use its interactive menu to collect different types of publicly available information about your target.
