Skip to content

Commit

Permalink
Enable Circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Menshykh committed Jun 25, 2023
1 parent 9d23d58 commit 65bf99d
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 35 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
venv/
/opendoor.pub
/opendoor
/.eggs/
9 changes: 4 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ version: 2
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true
fail_on_warning: false

# Optionally build your docs in additional formats such as PDF
# Optionally, build your docs in additional formats such as PDF
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: docs/requirements.txt
install:
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OWASP WEB Directory Scanner [![Twitter](https://img.shields.io/twitter/url/https
| 3.11 | [![Build Status](https://travis-ci.org/stanislav-web/OpenDoor.svg?branch=master)](https://travis-ci.org/stanislav-web/OpenDoor) | [![Build Status](https://travis-ci.org/stanislav-web/OpenDoor.svg?branch=master)](https://travis-ci.org/stanislav-web/OpenDoor) |

**OpenDoor OWASP** is console multifunctional website's scanner.
This application find all possible ways to login, index of/ directories, web shells, restricted access points, subdomains, hidden data and large backups.
This application finds all possible ways to login, index of/ directories, web shells, restricted access points, subdomains, hidden data and large backups.
The scanning is performed by the built-in dictionary and external dictionaries as well. Anonymity and speed are provided by means of using proxy servers.
Software is written for informational purposes and is open source product under the GPL license.

Expand Down
8 changes: 8 additions & 0 deletions data/directories.dat
Original file line number Diff line number Diff line change
Expand Up @@ -32302,6 +32302,10 @@ svrstats/
sw/
swajax1/
swap/
swagger/
swagger.zip
swagger.tar.gz
swagger.rar
swatch.php
swatches/
swc/
Expand Down Expand Up @@ -35733,6 +35737,10 @@ webguide/
webhelp/
webhits/
webhosting/
webhook/
webhook.txt
webhook.dat
webhook.sql
webicons/
webim/
webimage/
Expand Down
31 changes: 8 additions & 23 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# OWASP WEB Directory Scanner documentation build configuration file, created by
# sphinx-quickstart on Mon Feb 6 03:06:46 2017.
# sphinx-quickstart on Mon Feb 6 03:06:46 2017.
#
# This file is execfile()d with the current directory set to its
# containing dir.
Expand Down Expand Up @@ -30,14 +30,17 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.


import sys
import sphinx_bootstrap_theme
import os
import shlex

sys.path.append('.')

extensions = [
'sphinx.ext.autodoc',
'sphinx_rtd_theme',
'sphinx.ext.doctest'
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -53,7 +56,7 @@
#
# source_encoding = 'utf-8-sig'

# The master toctree document.
# The primary toctree document.
master_doc = 'index'

# General information about the project.
Expand Down Expand Up @@ -127,36 +130,18 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'bootstrap'
html_theme = 'default'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#
html_theme_options = {
'navbar_title': 'OWASP WEB Directory Scanner',
'navbar_site_name': 'OpenDoor',
'navbar_sidebarrel': True,
'navbar_pagenav': True,
'navbar_pagenav_name': 'Page',
'globaltoc_includehidden': True,
'navbar_class': 'navbar navbar-inverse',
'bootstrap_version': 3,
'logo_only': False,
'display_version': True,
'prev_next_buttons_location': 'bottom',
'style_external_links': False,
'style_nav_header_background': 'white',
# Toc options
'collapse_navigation': True,
'sticky_navigation': True,
'navigation_depth': 4,
'includehidden': True,
'titles_only': False
}

# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
# html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()

# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
Expand Down
10 changes: 4 additions & 6 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
json2html==1.3.0
packaging==23.1
six==1.16.0
tabulate==0.9.0
urllib3==2.0.3
sphinx_bootstrap_theme==0.8.1
mkdocs>=1.0
sphinx==7.0.1
sphinx_rtd_theme==1.2.2
readthedocs-sphinx-search==0.3.1

0 comments on commit 65bf99d

Please sign in to comment.