Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dirbpy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dirbpy

This is the new version of dirb in python.

  • 1.8.4
  • PyPI
  • Socket score

Maintainers
1

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/dirbpy

Description

Dirbpy - URL Bruteforcer

This 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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc