All Projects → GitHackTools → Billcipher

GitHackTools / Billcipher

Licence: gpl-3.0
Information Gathering tool for a Website or IP address

Programming Languages

python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Billcipher

Reconspider
🔎 Most Advanced Open Source Intelligence (OSINT) Framework for scanning IP Address, Emails, Websites, Organizations.
Stars: ✭ 621 (+87.05%)
Mutual labels:  hacking, scanner, information-gathering, shodan
Webkiller
Tool Information Gathering Write By Python.
Stars: ✭ 300 (-9.64%)
Mutual labels:  information, hacking, information-gathering, website
Vault
swiss army knife for hackers
Stars: ✭ 346 (+4.22%)
Mutual labels:  hacking, scanner, information-gathering
Vajra
Vajra is a highly customizable target and scope based automated web hacking framework to automate boring recon tasks and same scans for multiple target during web applications penetration testing.
Stars: ✭ 269 (-18.98%)
Mutual labels:  hacking, scanner, information-gathering
Intelspy
Perform automated network reconnaissance scans
Stars: ✭ 134 (-59.64%)
Mutual labels:  information, hacking, information-gathering
Badkarma
network reconnaissance toolkit
Stars: ✭ 353 (+6.33%)
Mutual labels:  hacking, information-gathering, shodan
Deadtrap
An OSINT tool to gather information about the real owner of a phone number
Stars: ✭ 73 (-78.01%)
Mutual labels:  hacking, scanner, information-gathering
Raccoon
A high performance offensive security tool for reconnaissance and vulnerability scanning
Stars: ✭ 2,312 (+596.39%)
Mutual labels:  hacking, scanner, information-gathering
Aliens eye
Social media hunter
Stars: ✭ 105 (-68.37%)
Mutual labels:  information, information-gathering
Recon-X
Advanced Reconnaissance tool to enumerate attacking surface of the target.
Stars: ✭ 27 (-91.87%)
Mutual labels:  scanner, information-gathering
Awesome Web Hacking
A list of web application security
Stars: ✭ 3,760 (+1032.53%)
Mutual labels:  hacking, scanner
Moriarty Project
This tool gives information about the phone number that you entered.
Stars: ✭ 223 (-32.83%)
Mutual labels:  information, information-gathering
Deep-Inside
Command line tool that allows you to explore IoT devices by using Shodan API.
Stars: ✭ 22 (-93.37%)
Mutual labels:  shodan, scanner
Osintgram
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
Stars: ✭ 312 (-6.02%)
Mutual labels:  hacking, information-gathering
Thechoice
The linux choice collection tools
Stars: ✭ 245 (-26.2%)
Mutual labels:  hacking, information-gathering
ZKShS
Search shodan without any knowledge about its queries
Stars: ✭ 37 (-88.86%)
Mutual labels:  shodan, information-gathering
ShonyDanza
A customizable, easy-to-navigate tool for researching, pen testing, and defending with the power of Shodan.
Stars: ✭ 86 (-74.1%)
Mutual labels:  shodan, information-gathering
tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (-57.23%)
Mutual labels:  scanner, information-gathering
Arachni
Web Application Security Scanner Framework
Stars: ✭ 2,942 (+786.14%)
Mutual labels:  hacking, scanner
Dumpall
一款信息泄漏利用工具,适用于.git/.svn源代码泄漏和.DS_Store泄漏
Stars: ✭ 250 (-24.7%)
Mutual labels:  hacking, scanner

About BillCipher 2.3

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

Features

  • 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!

This tool is tested with kali linux , parrot os , ubuntu os

Install and Run in 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

Install and Run in Windows

Download and run Python 2.7.x and Python 3.7 setup file from Python.org:

  • 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.7 to PATH

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

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

After that, Run Command Prompt and enter these 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 idea from Devploit and it's use HackerTarget API.

All the tools: Breacher, Infoga, HatCloud and Sublist3r are tools from other developers, not programmed by GitHackTools.

Screenshots (Older version)

Run BillCipher on Parrot Security OS Run BillCipher on Kali Linux Run BillCipher on Windows 10

Thank you GitHackTools (myself) for programming this tool

Contact to coder

What's new in 2.3

  • Fixed bug! Here
  • Fixed bug "Not found subbrute module of Sublist3r"

To-do list

  • Create an own version for the Hacker's OS like Kali Linux, ParrotSec (Kali version)
  • Add more features
  • Gather information about the host (2.2) DONE!
  • Website Copier (use httrack and only support for Linux) (2.2) DONE!
  • And more...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].