Skip to content

Commit

Permalink
[ADD] Pre alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav WEB committed Jan 30, 2017
1 parent e9d6a17 commit 8b0a4bb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
*.swp
opendoor.egg-info/
/syslog/
/data/directories.dat.back
/data/directories.dat.back
/dist/
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ This software is written for informational purposes and is an open source produc

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

![Alt text](http://dl2.joxi.net/drive/2016/12/12/0001/0378/90490/90/29ae6dade2.jpg "OpenDoor")
![Alt text](http://dl3.joxi.net/drive/2017/01/30/0001/0378/90490/90/e309742b5c.jpg "OpenDoor OWASP")


##### Requirements
#### Requirements
* Unix
* Python 2.7.x

##### Maintainers
#### Maintainers
- @stanislav-web <https://github.com/stanislav-web> (Developer)

##### Install Dependencies
#### Install Dependencies
```
sudo pip install -r requirements.txt
chmod +x opendoor.py
Expand All @@ -36,7 +36,7 @@ Also, you have to install `socksipy` package if you'll use socks as proxy
sudo apt-get install python-socksipy
```

##### Implements
#### Implements
- [x] multithreading control
- [x] debug levels (1-3)
- [x] scan's reports
Expand All @@ -55,10 +55,10 @@ sudo apt-get install python-socksipy
* wordlists shuffling


##### [Changelog](CHANGELOG.md) (last changes)
#### [Changelog](CHANGELOG.md) (last changes)

v3.0.1-alfa (03.02.2017)
--------------------
<sub>v3.0.1-alfa (03.02.2017)</sub>
-------------------------
- relieved of unnecessary dependencies
- fully optimized code inside
- user-friendly interface
Expand All @@ -69,11 +69,11 @@ v3.0.1-alfa (03.02.2017)
- dynamic and smart requests (cookies + accept headers)
- apache index of/ and files detect

##### Basic usage
#### Basic usage
```
python opendoor.py --host http://www.example.com
```
##### Help
#### Help
```
usage: opendoor.py [-h] [--host HOST] [-p PORT] [-m METHOD] [-t THREADS]
[-d DELAY] [--timeout TIMEOUT] [-r RETRIES]
Expand Down Expand Up @@ -127,7 +127,7 @@ Wordlist tools:
```

#### Documentation
### Documentation
- [Opendoor OWASP Wiki Pages ](https://github.com/stanislav-web/OpenDoor/wiki)
- [Opendoor OWASP CookBook ](https://github.com/stanislav-web/OpenDoor/wiki)
- [Issues](https://github.com/stanislav-web/OpenDoor/issues)
Expand Down
Binary file removed dist/opendoor-3.0.1.tar.gz
Binary file not shown.
Binary file removed dist/opendoor-3.0.1a0.tar.gz
Binary file not shown.
Binary file removed dist/opendoor-3.0.1b0.tar.gz
Binary file not shown.

0 comments on commit 8b0a4bb

Please sign in to comment.