/Brute

A simple bruteforce tool for pentest

Primary LanguagePython

Project Title

Table of Contents

About

bruteforce

A simple bruteforce tool for pentest

This project only works for html POST and GET protocol. Yet there's a few bugs and some thing to improve.

You can test the app using the Metasploitable 2 DVWA vulnerable web site, for that, you can use the passwords.txt and usernames.txt file .

""" TO DO:

  1. Put a output options.
  2. Put progress percentage (checked)
  3. Put animated text.
  4. Improve cracking function.
  5. Put better comments on code.
  6. Fix cookie bug.

"""