Giter VIP home page Giter VIP logo

brutus's Introduction

brutus

Authentication Bruteforcing Tool for Network Services

Welcome to the brutus project repo! Brutus is a fast and simple way to bruteforce authentication on network services such as SSH, FTP, IMAP, and more.

If you have any suggestions, feedback, issues, etc... feel free to reach out or create an issue or pull request.


Contents


Features

The tool currently supports the following services:

  • HTTP BASIC
  • SSH
  • FTP
  • IMAP
  • SMTP
  • MySQL

Pre-Requisites

Clone the repository to your machine:

git clone https://github.com/shehzade/brutus.git

Install dependencies:

pip3 install -r requirements.txt


Usage

python3 brutus.py [-m _EXECUTION_MODE] [-t _TARGET_IP] [-p _TARGET_PORT] [-d _TARGET_DIR] [-U _USER_LIST] [-P _PASS_LIST]

options:

  -h, --help          show this help message and exit
  -m _EXECUTION_MODE  Execution Mode [ftp | basic | ssh | imap]
  -t _TARGET_IP       IP address of the target (i.e. 192.168.22.100)
  -p _TARGET_PORT     Port of the network service (i.e. 22)
  -d _TARGET_DIR      Sub-directory path requiring BASIC authentication (i.e. /manager/html)
  -U _USER_LIST       Path to username list (i.e. /root/users.txt)
  -P _PASS_LIST       Path to password list (i.e. /

Tomcat Example: python3 brutus.py -m basic -t 192.168.100.200 -p 8080 -d /manager/html -U usernames.txt -P passwords.txt

SSH Server Example: python3 brutus.py -m ssh -t 192.168.200.100 -p 2222 -U usernames.txt -P passwords.txt


Demo

Coming soon!


Troubleshooting

If you encounter any issues, please raise them here in this repository.


How to protect yourself?

  1. Implement account lockouts
  2. Blacklist malicious IP addresses
  3. Have a strong password policy

Contributing

When contributing to this repository, please discuss the changes you wish to make via issue, email, or LinkedIn.


Disclaimer

This project is only for educational purposes. Any kind of bad behavior conducted with this project is the user's own responsibility. I hereby forfeit responsiblity for any illegal actions.


Acknowledgement

This project was born from a capstone excercise in TCM's Python 101 course but was overhauled to incorporate some new ideas I had and new skills I had learned.


Contact

Author - Abdullah Ansari ©

Contact Info - Email


brutus's People

Contributors

shehzade avatar

Watchers

 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.