Code Monkey home page Code Monkey logo

bruteforcehttp's Introduction

BruteforceHTTP

An automated brute forcing tool

About this project

This project focusing on Brute Forcing HTTP protocol AUTOMATICALLY.

Installation

Requirements

name
python2
python2-pip
re
python-mechanize
sudo apt install python python-mechanize python-regex git
git clone https://github.com/dmknght/BruteforceHTTP.git

Options

Usage: main.py [options] <url>

Options:

-u <word_list> : Add word list for username field
-p <word_list> : Add word list for password field
-U <username>: user1:user2:user3

Usage

Use default userlist and passlit:

python main.py <Target URL>

Use default passlist for user admin (for multiple usernames, use user1:user2:user3):

python main.py -U admin <Target URL>

Use custom userlist and custom passlist:

python main.py -u <path to userlist> -p <path to passlist> <Target URL>

How this tool work

This tool will detect form field automatically, collect information and submit data therefor it can handle csrf token.

Problems:

  • Detect form field error for some special cases. We will try to improve our function.
  • Wrong password matching: matching condition is not completed.

Further improvement (See TODO.md)

Author

Additional information

This tool was created in Parrot Security OS 3.11, python 2.7.15rc1. Windows platform is unsupported

Credit

Special thank to all authors of these projects:

bruteforcehttp's People

Contributors

zerox-dg 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.