Giter VIP home page Giter VIP logo

webdirfuzz's Introduction

webdirfuzz

基于爬虫的web目录fuzz工具

Feature

  • Generate the fuzzing vectors based on crawler results
  • Support brute scan mode and could custom stuffix

Requirement

  • python 2.7
  • pip

Install

  1. git clone https://github.com/Fenguopeng/webdirfuzz.git
  2. cd webdirfuzz
  3. pip install -r requirement.txt

Usage

usage: webdirfuzz.py [-h] (-t TARGET | -update) [-thread THREAD]
                     [-d DEPTH | -b] [-e EXT] [-o OUTPUT] [--delay DELAY]
                     [--cookie COOKIE] [--timeout TIMEOUT] [-V]

optional arguments:
  -h, --help                        show this help message and exit
  -t TARGET, --target TARGET        The target site to be scanned
  -update, --update                 Update from github automaticly
  -thread THREAD, --thread THREAD   Max number of concurrent HTTP requests (default 1)
  -d DEPTH, --depth DEPTH           Depth for spider(default 3)
  -b                                Just brute scan, others ignored
  -e EXT, --ext EXT                 Brute scan path extention(default php)
  -o OUTPUT, --output OUTPUT        File to output result(only TXT)
  --delay DELAY                     Delay in seconds between each HTTP request(default 0)
  --cookie COOKIE                   Add Cookie with HTTP request
  --timeout TIMEOUT                 HTTP request timeout(default 5)
  -V, --version                     show program's version number and exit

Links

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.