Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcolivierbouch/dirbpy
This is the new version of dirb in python
https://github.com/marcolivierbouch/dirbpy
python python-script python3 recon security security-scanner security-tools web-scanner webscan webscanner
Last synced: 3 months ago
JSON representation
This is the new version of dirb in python
- Host: GitHub
- URL: https://github.com/marcolivierbouch/dirbpy
- Owner: marcolivierbouch
- License: mit
- Created: 2018-09-09T17:35:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T12:24:15.000Z (over 2 years ago)
- Last Synced: 2024-10-03T19:15:59.654Z (4 months ago)
- Topics: python, python-script, python3, recon, security, security-scanner, security-tools, web-scanner, webscan, webscanner
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 37
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Dirbpy
--------.. image:: https://img.shields.io/pypi/v/dirbpy.svg
:target: https://pypi.org/project/dirbpy/
.. image:: https://img.shields.io/pypi/pyversions/dirbpy.svg
:target: https://pypi.org/project/dirbpy/
.. image:: https://travis-ci.org/marcolivierbouch/dirbpy.svg?branch=master
:target: https://travis-ci.org/marcolivierbouch/dirbpyDescription
-----------
Dirbpy - URL BruteforcerThis is a new version of dirb but in python. This version is faster than the normal version in C because it uses thread. Dirbpy is a Web Content Scanner. It looks for hidden Web Objects. It basically works by launching an attack based on a dictionary against a web server and analyzing the response.
Link to the original dirb: https://github.com/v0re/dirb
Install with pip
----------------
``pip install dirbpy``Fish completions
----------------
``git clone https://github.com/marcolivierbouch/dirbpy.git````cd dirbpy``
``sudo cp dirbpy.fish /usr/share/fish/completions``
Dirbpy with Docker
------------------
Pull the Docker``docker pull marcolivierbouch/dirbpy``
After you need to get inside the docker
``docker run -it marcolivierbouch/dirbpy``
Command example
``dirbpy -o https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/common.txt -u https://[....].com``
Recommendations
---------------
I recommend using the SecLists: https://github.com/danielmiessler/SecLists