GitHub - maurosoria/dirsearch: Web path scanner
2019-09-12 08:36:58 Author: github.com(查看原文) 阅读量:463 收藏

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up

Python

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
db Update dicc.txt Jul 11, 2019
lib removed some debug May 15, 2019
logs changed heuristic, using requests library, error logs, bugfixes Jan 29, 2016
reports reports folder Sep 2, 2014
thirdparty Update DynamicContentParser.py Feb 20, 2018
.gitignore added post request method Feb 10, 2019
CHANGELOG.md
README.md Update README.md May 16, 2019
default.conf fixed default config entry Dec 28, 2016
dirsearch.py PEP8 compliance. Improve readability. Jan 30, 2018

Current Release: v0.3.8 (2017.07.25)

Overview

dirsearch is a simple command line tool designed to brute force directories and files in websites.

Operating Systems supported

  • Windows XP/7/8/10
  • GNU/Linux
  • MacOSX

Features

  • Multithreaded
  • Keep alive connections
  • Support for multiple extensions (-e|--extensions asp,php)
  • Reporting (plain text, JSON)
  • Heuristically detects invalid web pages
  • Recursive brute forcing
  • HTTP proxy support
  • User agent randomization
  • Batch processing
  • Request delaying

About wordlists

Dictionaries must be text files. Each line will be processed as such, except that the special word %EXT% is used, which will generate one entry for each extension (-e | --extension) passed as an argument.

Example:

  • example/
  • example.%EXT%

Passing the extensions "asp" and "aspx" will generate the following dictionary:

  • example/
  • example.asp
  • example.aspx

You can also use -f | --force-extensions switch to append extensions to every word in the wordlists (like DirBuster).

License

Copyright (C) Mauro Soria (maurosoria at gmail dot com)

License: GNU General Public License, version 2

Contributors

Special thanks for these people.

  • Damian89
  • Bo0oM
  • liamosaur
  • redshark1802
  • SUHAR1K
  • FireFart
  • k2l8m11n2
  • vlohacks
  • r0p0s3c

文章来源: https://github.com/maurosoria/dirsearch
如有侵权请联系:admin#unsafe.sh