All Projects → Adversis → PandorasBox

Adversis / PandorasBox

Licence: BSD-3-Clause License
Security tool to quickly audit Public Box files and folders.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PandorasBox

boxer
Boxer: A fast directory bruteforce tool written in Python with concurrency.
Stars: ✭ 15 (-73.21%)
Mutual labels:  penetration-testing, bugbounty
AriaCloud
A Docker container for remote penetration testing.
Stars: ✭ 105 (+87.5%)
Mutual labels:  penetration-testing, cloud-security
urldedupe
Pass in a list of URLs with query strings, get back a unique list of URLs and query string combinations
Stars: ✭ 208 (+271.43%)
Mutual labels:  penetration-testing, bugbounty
YAPS
Yet Another PHP Shell - The most complete PHP reverse shell
Stars: ✭ 35 (-37.5%)
Mutual labels:  penetration-testing, bugbounty
VulWebaju
VulWebaju is a platform that automates setting up your pen-testing environment for learning purposes.
Stars: ✭ 53 (-5.36%)
Mutual labels:  penetration-testing, bugbounty
tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (+153.57%)
Mutual labels:  penetration-testing, bugbounty
bug-bounty
My personal bug bounty toolkit.
Stars: ✭ 127 (+126.79%)
Mutual labels:  penetration-testing, bugbounty
Awesome Bbht
A bash script that will automatically install a list of bug hunting tools that I find interesting for recon, exploitation, etc. (minus burp) For Ubuntu/Debain.
Stars: ✭ 190 (+239.29%)
Mutual labels:  penetration-testing, bugbounty
Reconky-Automated Bash Script
Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
Stars: ✭ 167 (+198.21%)
Mutual labels:  penetration-testing, bugbounty
Nightingale
It's a Docker Environment for pentesting which having all the required tool for VAPT.
Stars: ✭ 119 (+112.5%)
Mutual labels:  penetration-testing, bugbounty
vaf
Vaf is a cross-platform very advanced and fast web fuzzer written in nim
Stars: ✭ 294 (+425%)
Mutual labels:  penetration-testing, bugbounty
Payloads
Payload Arsenal for Pentration Tester and Bug Bounty Hunters
Stars: ✭ 421 (+651.79%)
Mutual labels:  penetration-testing, bugbounty
crtfinder
Fast tool to extract all subdomains from crt.sh website. Output will be up to sub.sub.sub.subdomain.com with standard and advanced search techniques
Stars: ✭ 96 (+71.43%)
Mutual labels:  penetration-testing, bugbounty
KaliIntelligenceSuite
Kali Intelligence Suite (KIS) shall aid in the fast, autonomous, central, and comprehensive collection of intelligence by executing standard penetration testing tools. The collected data is internally stored in a structured manner to allow the fast identification and visualisation of the collected information.
Stars: ✭ 58 (+3.57%)
Mutual labels:  penetration-testing, bugbounty
Wstg
The Web Security Testing Guide is a comprehensive Open Source guide to testing the security of web applications and web services.
Stars: ✭ 3,873 (+6816.07%)
Mutual labels:  penetration-testing, bugbounty
AttackSurfaceManagement
Discover the attack surface and prioritize risks with our continuous Attack Surface Management (ASM) platform - Sn1per Professional #pentest #redteam #bugbounty
Stars: ✭ 45 (-19.64%)
Mutual labels:  penetration-testing, bugbounty
Knary
A simple HTTP(S) and DNS Canary bot with Slack/Discord/MS Teams & Pushover support
Stars: ✭ 187 (+233.93%)
Mutual labels:  penetration-testing, bugbounty
3klcon
Automation Recon tool which works with Large & Medium scopes. It performs more than 20 tasks and gets back all the results in separated files.
Stars: ✭ 189 (+237.5%)
Mutual labels:  penetration-testing, bugbounty
cent
Community edition nuclei templates, a simple tool that allows you to organize all the Nuclei templates offered by the community in one place
Stars: ✭ 315 (+462.5%)
Mutual labels:  penetration-testing, bugbounty
hinject
Host Header Injection Checker
Stars: ✭ 64 (+14.29%)
Mutual labels:  penetration-testing, bugbounty

PandorasBox

Pandoras Box is a tool to find Enterprise Box accounts and enumerate for shared files and folders

Writeup can be found here: adversis.io

@adversis_io

Pre-Requisites

Non-Standard Python Libraries:

  • requests
  • argparse
  • xmltodict

Created with Python 3.6

Install with virtualenv

source venv/bin/activate
pip install -r requirements.txt

General

This tool can be used to enumerate for companies that currently have a Box enterprise account, and then to brute force files and folders inside those account that are shared publicly.

-l : Feed a line delimited target list to check for a Box account and begin enumeration.

-w : Feed a word list to brute force documents in the identified target Box account.

-t switch, you can set the number of threads you want to use. Be careful here, Box does enforce rate limiting and your IP may get blocked.

-v : Verbose logging

-s : By supplying a Slack WebHook URL, you can send results to Slack.

-c : You can give the tool a known shared Box file. This allows the tool to verify access to Box, if access to the known Box is denied, then Box is rate limiting your requests and you will need to change you IP. The defaul Box belongs to Dell and was found by a Google Dork. If this Box file gets taken down, a new Box file will have to be supplied. A work around would be to simply put google.com here.

The example worlist is an exact copy of: https://github.com/first20hours/google-10000-english/blob/master/google-10000-english.txt

Usage:

usage: pandoras_box.py [-h] -l TARGETLIST [-w WORDLIST] [-v] [-t THREADS]
                       [-s WEBHOOK_URL] [-c LOCKOUT_CHECK]

optional arguments:
  -h, --help        show this help message and exit
  -l TARGETLIST     Provide a list of targets to check Box accounts for.
  -w WORDLIST       Provide a wordlist for the file/folder bruteforce.
  -v                Output all webrequests to logfile. Caution size!
  -t THREADS        Number of threads.
  -s WEBHOOK_URL    Slack Web Hook URL
  -c LOCKOUT_CHECK  URL of known shared Box account to verify you are not
                    being blocked.
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].