SAMRECK / LOGIN_BRUTEFORCER

Bruteforcing tool in python3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LOGIN_BRUTEFORCER

This tool is developed in python3 for educational purpose only. This tool aims to bruteforce the login credentials from a given wordlist for a given target URL of login page.

FEATURES

  • Selection of Target feild
  • Bruteforces with different User Agents
  • Form Detection
  • CSRF and Clickjacking Scanner

FEATURES TO BE ADDED

  • IP Bouncing to hide the real Attacker.
  • Threading to make it more faster.

HOW TO INSTALL

  • Enter below command in terminal:
  • Now Enter this:
    • cd LOGIN_BRUTEFORCER
  • Install the required modules:
    • pip install -r requirements.txt
  • Run using command:
    • python final.py
  • Now enter the URL of the login page.

Screenshot from 2019-07-01 10-20-02

Screenshot from 2019-07-01 10-20-12

About

Bruteforcing tool in python3.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%