Skip to content

snapdowgg/Shell-Bruter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Shell Access Bruter

image

Overview

This repository contains a simple Python-based login form tester. The tool is designed for educational purposes and authorized security testing only.

It automatically detects password input fields and performs testing using a provided wordlist. Supports both single target mode and bulk scanning mode.

Features

  • Single target mode
  • Bulk scanning using URL list file
  • Automatic password field detection
  • Response length comparison (baseline method)
  • Redirect & cookie detection
  • Lightweight CLI interface

Requirements

  • Python 3.9+
  • requests
  • beautifulsoup4
  • colorama

Installation

git clone https://github.com/snapdowgg/Shell-Bruter
cd Shell-Bruter

Usage

python main.py

Single Mode

~$ single
[url]: https://target.com/webshellmasbro.php
[pw]: wordlist.txt

Massive Mode

~$ massive
[url-list]: list.txt
[pw]: wordlist.txt

Output

Successful attempts will be saved into:

cracked.txt

How It Works

  • Fetch target HTML page
  • Automatically detect password field
  • Send baseline request with random password
  • Compare response length difference
  • Detect redirect or set-cookie header

Disclaimer

For educational and authorized security testing purposes only.

The author is not responsible for misuse, illegal activity, or any damage caused by this tool. Always obtain proper authorization before testing any system.

About

Simple shell password bruter - Python Language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages