GithubHelp home page GithubHelp logo

n8tr0n / h2buster Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 00xc/h2buster

0.0 1.0 0.0 98 KB

A threaded, recursive, web directory brute-force scanner over HTTP/2.

License: GNU General Public License v3.0

Python 100.00%

h2buster's Introduction

h2buster (v0.3e-2)

A threaded, recursive, web directory brute-force scanner over HTTP/2 using hyper, inspired by Gobuster.

Features

  • Fast and portable - install hyper and run.
  • Multiconnection scanning.
  • Multithreaded connections.
  • Scalable: scans can be as docile or aggressive as you configure them to be.
  • h2 and h2c support.
  • Configurable directory recursion depth.
  • Multiplatform: works on both *nix and Windows.

Install

You only need to install one dependency. If you don't have hyper, run:
pip3 install -r requirements.txt

Usage

usage: h2buster.py [-h] -w wordlist -u target [-c connections=4]
                   [-t threads=20] [-r directory_depth=2] [-hd header_list]
                   [-x extension_list] [-nc]

h2buster: an HTTP/2 web directory brute-force scanner.

arguments:
  -h, --help            show this help message and exit
  -w wordlist           Directory wordlist
  -u target             Target URL/IP address (host[:port]). Default port is
                        443 and HTTPS enabled. To specify otherwise, use
                        ':port' or 'http://' (port will default to 80 then).
  -c connections=4      Number of HTTP/2 connections.
  -t threads=20         Number of threads per connection.
  -r directory_depth=2  Maximum recursive directory depth. Minimum is 1,
                        unlimited is 0.
  -hd header_list       List of headers in the format
                        'header->value|header->value...'. For example: -hd
                        'user-agent->Mozilla/5.0|accept-encoding->gzip,
                        deflate, br'.
  -x extension_list     List of file extensions to check separated by a
                        vertical bar. For example, -x '.php|.js|blank|/'. The
                        'blank' keyword signifies no file extension. Default
                        extensions are '/', 'blank', '.html', '.php'
  -nc                   Disable colored output text.

Contributing

Check the TODO file for a list of features that need work.

h2buster's People

Contributors

00xc avatar

Watchers

James Cloos avatar

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.