Categories: Kali Linux

BillCipher – Information Gathering tool for a Website or IP address

BillCipher version 2.2 is a information Gathering tool for a Website or IP address, use some ideas from Devploit. BillCipher can work in any operating system if they have and support Python 2, Python 3, and Ruby.

BillCipher Attribute

  • DNS Lookup
  • Whois Lookup
  • GeoIP Lookup
  • Subnet Lookup
  • Port Scanner
  • Page Links
  • Zone Transfer
  • HTTP Header
  • Host Finder
  • IP-Locator
  • Find Shared DNS Servers
  • Get Robots.txt
  • Host DNS Finder
  • Reserve IP Lookup
  • Email Gathering (use Infoga)
  • Subdomain listing (use Sublist3r)
  • Find Admin login site (use Breacher)
  • Check and Bypass CloudFlare (use HatCloud)
  • Website Copier (use httrack) NEW!
  • Host Info Scanner (use WhatWeb) NEW!

Also Read Discover IPv6 Network Range & Hosts from an IPv6 Enabled Network Using passive_discovery6

Installation

Linux

sudo apt update && sudo apt install ruby python python-pip python3 python3-pip
sudo apt install httrack whatweb
git clone https://github.com/GitHackTools/BillCipher
cd BillCipher
pip install -r requirements.txt
pip3 install -r requirements.txt
python3 billcipher.py

Windows

Download and run Python 2.7.x and Python 3.7 setup file.

  • In Customize Python 2.7.x, find Add python.exe to Path and select Will be installed on local hard drive.
  • In Install Python 3.7, enable Add Python 3.6 to PATH

Download and run Ruby-lang setup file, choose Add Ruby executables to your PATH and Use UTF-8 as default external encoding.

Download and run Git setup file, choose Use Git from Windows Command Propmt.

After that, Run Command Propmt and enter this commands:

git clone https://github.com/GitHackTools/BillCipher

cd BillCipher

pip install -r requirements.txt

pip3 install -r requirements.txt

python3 billcipher.py

Notes : BillCipher uses some ideas from Devploit and that is use HackerTarget API.

Screenshots

Credit : GitHackTools

R K

Recent Posts

100 Days Of Rust 2025 : From Incident Response To Linux System Programming

In 2025 I wanted to try something new. In addition to a traditional 100 days…

1 day ago

Presenterm : Revolutionizing Terminal-Based Presentations With Markdown

presenterm lets you create presentations in markdown format and run them from your terminal, with…

1 day ago

JailbreakEval : Automating the Evaluation Of Language Model Security

Jailbreak is an attack that prompts a language model to give actionable responses to harmful…

1 day ago

HASH : Harnessing HTTP Agnostic Software Honeypots For Enhanced Cybersecurity

The main philosophy of HASH is to be easy to configure and flexible to mimic…

1 day ago

SECurityTr8Ker : SEC Cybersecurity Disclosure Monitor

SECurityTr8Ker is a Python application designed to monitor the U.S. Securities and Exchange Commission's (SEC)…

5 days ago

ripgrep : The Fast, Flexible Search Tool

ripgrep is a line-oriented search tool that recursively searches the current directory for a regex…

5 days ago