Giter Site home page Giter Site logo

brute-force-login's Introduction

Brute-Force-Login

Brute Force Login in a web site with Python, hack accounts on any website with a good dictionary of words.

NOTE: AM NOT RESPONSIBLE OF BAD USE OF THIS PROJECT, it's only for searching purposes and learning environment!

Demo

  • Manual-Mode (You provide fields(username/password,...), 100% accurate)


  • Automatic-Mode (Auto-detect fields in the login form (username/password,...), 47% accurate)

Features:

  • Perform a brute-force login on a website-target.
  • Can handle a csrf-token in a form.
  • Can Automatically detect form's fields in a given login url.

How it work ?

BFL is a robot that tries to connect by exploiting the library of passwords that it has in its possession and do not stop to submit the form until it has correspondence, so you can edit the dictionary file. tx by adding your own words for a particular target!

How to Install

Just hit this command to install python packages:

pip3 install -r requierements.txt

How to use it?

Launch it via your command line

cd C:/path/to/Brute-Force-Login
python3 -m app.main

Target

The target is present at ./target directory, it's a simple php form, when you run it, you will have this:

NOTE:

if you don't want to deploy the target locally or doesn't have PHP install localy, you can use this link to set an attack :

  • Target LINK (Where you can test your attacks)
  • Username : sanix
  • Password : .bleach1234
  • PS: on the password, don't forget the "." before b of bleach

Some ressources for password list:

BONUS (A PASSWORD GENERATOR)

I also created a password generator for this project named Genesis, that can generate multiple combination of passwords base on Key Word the victims could use, Have a look there ;-)

Author:

brute-force-login's People

Contributors

sanix-darker avatar fvillena 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.