brandontict / OpenDoor

OWASP Directory Access scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OWASP Directory Access scanner

http://dl2.joxi.net/drive/2016/08/04/0001/0378/90490/90/4b4470c268.jpg https://travis-ci.org/stanislav-web/OpenDoor.svg?branch=master

This application scans the site directories and find all possible ways to login, empty directories and entry points. Scans conducted in the dictionary that is included in this application. This software is written for informational purposes and is an open source product under the GPL license.

Testing of the software on the commercial systems and organizations is prohibited!

http://dl2.joxi.net/drive/2016/08/12/0001/0378/90490/90/25658c11fe.jpg

Requirements

  • Python 2.7.x

Install Dependencies

sudo pip install -r requirements.txt

Implements

  • multithreading
  • filesystem log
  • detect redirects
  • random user agent
  • random proxy from proxy list
  • verbose mode
  • subdomains scanner

Changelog

  • v1.0.0 - all the basic functionality is available
  • v1.0.1 - added debug level as param --debug
  • v1.2.1 - added filesystem logger (param --log)
  • v1.2.2 - added example of usage (param --examples)
  • v1.3.2 - added posibility to use random proxy from proxylist (param --proxy)
  • v1.3.3 - simplify dependency installation
  • v1.3.4 - added code quality watcher
  • v1.3.5 - added ReadTimeoutError ProxyError handlers
  • v1.3.51 - fixed code style, resolve file read errors
  • v1.3.52 - code docstyle added
  • v2.3.52 - subdomains scan available! (param --check subdomains). Added databases

Basic usage

python ./opendoor.py --url "http://joomla-ua.org"

Help

usage: opendoor.py [-h] [-u URL] [--update] [--examples] [-v] [-c CHECK]
[-t THREADS] [-d DELAY] [-r REST] [--debug DEBUG] [-p] [-l]
optional arguments:
-h, --help show this help message and exit
--update Update from version control
--examples Examples of usage
-v, --version Get current version
-c CHECK, --check CHECK
 
Directory scan eg --check=directories or subdomains
(directories by default)
-t THREADS, --threads THREADS
 Allowed threads
-d DELAY, --delay DELAY
 Delay between requests
-r REST, --rest REST
 Request timeout
--debug DEBUG Debug level (0 by default)
-p, --proxy Use proxy list
-l, --log Use filesystem log
required named arguments:
-u URL, --url URL
 URL or page to scan; -u http://example.com

About

OWASP Directory Access scanner

License:Other


Languages

Language:Python 100.0%