Krimson-Squad / xupa-rustam

Python based Pentesting Brute-Force tool to crack username and password of a simple traditional website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XUPA RUSTAM

screenshot A PYTHON BASED BRUTE FORCE PROJECT AIMED TO BYPASS ADMIN LOGIN PANEL OF WEBSITES (Pentesting tool)

Description

This Python based Pentesting CLI tool is made to host Brute-Force attack using requests module, and for keeping anonymity of the attacker's IP address Tor proxy is being used. The brute force works upon user defined admin and password list which tries each password from the list to every admin from the list.

Aims of this project

  • Brute-Force to website
  • Use User-defined Admin list
  • Use User-defined Password list
  • Print returned response from the URL
  • Send request with Tor Proxy
  • Available without proxy feature
  • Stability in request with proxy (depends upon user's speed)

Requirements

  • Pysocks
  • Tor proxy available on port 9050
  • A possible list of admin and one for password

Installation

$ git clone https://github.com/devsdenepal/xupa-rustam

Usage:

$ python3 main.py

  • Enter the target URl of the login page
  • Enter the parameter names
  • Enter the admin and password list path
  • The attack will start

Contribute

If you have any idea or suggestions to improve the code or interface, you can simply create a PR to this repo.

Author / Developer

Dev. Gautam Kumar

Special Credits

Cold Bones (Anil Shrestha)

About

Python based Pentesting Brute-Force tool to crack username and password of a simple traditional website

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 91.6%Language:HTML 5.9%Language:PHP 2.4%