All Projects → Anon-Exploiter → Sitebroker

Anon-Exploiter / Sitebroker

Licence: mit
A cross-platform python based utility for information gathering and penetration testing automation!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sitebroker

Badkarma
network reconnaissance toolkit
Stars: ✭ 353 (+25.62%)
Mutual labels:  penetration-testing, information-gathering
Nettacker
Automated Penetration Testing Framework
Stars: ✭ 982 (+249.47%)
Mutual labels:  penetration-testing, information-gathering
Tactical Exploitation
Modern tactical exploitation toolkit.
Stars: ✭ 585 (+108.19%)
Mutual labels:  penetration-testing, information-gathering
Osmedeus
Fully automated offensive security framework for reconnaissance and vulnerability scanning
Stars: ✭ 3,391 (+1106.76%)
Mutual labels:  penetration-testing, information-gathering
Discover
Custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit.
Stars: ✭ 2,548 (+806.76%)
Mutual labels:  penetration-testing, information-gathering
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 (+11.03%)
Mutual labels:  penetration-testing, information-gathering
Hacker Roadmap
📌 Your beginner pen-testing start guide. A guide for amateur pen testers and a collection of hacking tools, resources and references to practice ethical hacking and web security.
Stars: ✭ 7,752 (+2658.72%)
Mutual labels:  penetration-testing, information-gathering
Webkiller
Tool Information Gathering Write By Python.
Stars: ✭ 300 (+6.76%)
Mutual labels:  penetration-testing, information-gathering
Scilla
🏴‍☠️ Information Gathering tool 🏴‍☠️ DNS / Subdomains / Ports / Directories enumeration
Stars: ✭ 116 (-58.72%)
Mutual labels:  penetration-testing, information-gathering
Eyes.sh
Let's you perform domain/IP information gathering... in BASH! Wasn't it esr who said "With enough eyeballs, all your IP info are belong to us?"
Stars: ✭ 89 (-68.33%)
Mutual labels:  penetration-testing, information-gathering
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+1123.84%)
Mutual labels:  information-gathering, penetration-testing
graphw00f
graphw00f is GraphQL Server Engine Fingerprinting utility for software security professionals looking to learn more about what technology is behind a given GraphQL endpoint.
Stars: ✭ 260 (-7.47%)
Mutual labels:  penetration-testing, information-gathering
Sublert
Sublert is a security and reconnaissance tool which leverages certificate transparency to automatically monitor new subdomains deployed by specific organizations and issued TLS/SSL certificate.
Stars: ✭ 699 (+148.75%)
Mutual labels:  penetration-testing, information-gathering
Eyes
👀 🖥️ Golang rewrite of eyes.sh. Let's you perform domain/IP address information gathering. Wasn't it esr who said "With enough eyeballs, all your IP info are belong to us?" 🔍 🕵️
Stars: ✭ 38 (-86.48%)
Mutual labels:  penetration-testing, information-gathering
tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (-49.47%)
Mutual labels:  penetration-testing, information-gathering
ShonyDanza
A customizable, easy-to-navigate tool for researching, pen testing, and defending with the power of Shodan.
Stars: ✭ 86 (-69.4%)
Mutual labels:  penetration-testing, information-gathering
Docker Camunda Bpm Platform
Docker images for the camunda BPM platform
Stars: ✭ 259 (-7.83%)
Mutual labels:  docker-image
Arachni
Web Application Security Scanner Framework
Stars: ✭ 2,942 (+946.98%)
Mutual labels:  penetration-testing
docker-pgmodeler
pgModeler running in a Docker container
Stars: ✭ 16 (-94.31%)
Mutual labels:  docker-image
terraform-aws-cli
Minimal & lightweight docker image including AWS and Terraform CLI
Stars: ✭ 41 (-85.41%)
Mutual labels:  docker-image

SiteBroker

Open In Colab Maintenance python GitHub GitHub closed issues Twitter LinkedIn

A cross-platform python based utility for information gathering and penetration automation!

I don't know If I was on weed when I made this or maybe to practice just php-cli & python, of no use tbh! :)

Output

Sitebroker's Full Output

Easy way (Docker Image)

You can simply run this docker image to test SiteBroker without installing python packages system-wide or in a virtualenv.

docker build -t sitebroker .
docker run -it --rm sitebroker

Requirements

  • Python (3.6.* - 3.7.*)
  • Python pip3
  • Python module requests
  • Python module colorama
  • Python module dnspython
  • Python module bs4

Install modules

pip install -r requirements.txt

Tested on

  • Windows 7/8/8.1
  • Kali linux (2017.2)

Download SiteBroker

You can download the latest version of SiteBroker by cloning the GitHub repository.

git clone https://github.com/Anon-Exploiter/SiteBroker

Updates

  • Changed The Whole Script Into Python (Previously It Was Written In PHP)
  • Exceptions Covered for both User Interrupting && Internel Issues!
  • Removed NetCraft Module as We need to use selinium and phantomJS for it (Ultimately making script slow!)
  • Changed the Problem Of Responce Code Of '200' for most sites in Admin Panel Finder Module && Shell Finder Module

Change-log

  • Added New Features For Reverse IP (Via HackerTarget && YouGetSignal)
  • Added New Features For Crawling (Via Google, Bing && Manually With My Hands ;)
  • Added New Method For Subdomains Scanning! (Takes Some Time Though :p)

Usage

Initializing Script

python SiteBroker.py

Advanced Usage


Author: Syed Umar Arfeen 

Usage: python SiteBroker.py
A cross-platform python based utility for information gathering and penetration automation!

Options:

 1). Cloudflare Check.
 2). Website Crawler.
  	 |____ Google Based Crawling
 	 |____ Bing Based Crawling
 	 |____ Manually Crawling
 3). Reverse IP.
  	 |____ YouGetSignal Based
 	 |____ HackerTarget's API Based
 4). Information Gathering.
  	 |____ Whois Lookup
 	 |____ BrowserSpy Report
 5). Nameservers.
 6). WebSite Speed.
 7). Subdomains Scanner
 8). Shell Finder.
 9). Admin Panel Finder.
 10). Grab Banner.
 11). All Things.
  
  Example:
	python SiteBroker.py

Screenshots

Stargazers over time

Stargazers over time

Note

Do not change the position of any module as given under the Usage, this may cause an failure in the working of the script...
P.S ~ Dont Change The Colors. They're Butiphul like this.
P.S.S ~ For Dependencies -> Solution
	~ An0n 3xPloiTeR
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].