Skip to content

A demonstration of the concept of bruteforcing a website or email login written in Python.

License

Notifications You must be signed in to change notification settings

HenryRabelo/bruteforce-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bruteforce Concept Demonstration

A demonstration of the concept of bruteforcing a website or email login written in Python.

Python Badge

IntroRun itUse itDisclaimer

Introduction

This project was assigned as a pet project for work. It is not meant to be used as a practical tool, but as an educational demonstration.

This tries to demonstrate the underlying code behind bruteforce network attacks, both to websites and emails.

How to Run it

To run the application, simply invoke it with the appropriate flags for it to function. Using the --help flag will show a list of the available flags and options. Any missing flags for the code to function will be indicated on the terminal window.

Run it with python:
python3 bruteforcer.py --help
Or run it directly with a shell:
$(pwd)/bruteforcer.py --help
Dependencies:

This project depends on python3 and the following python libraries: argparse requests imaplib

How to Use it

The application will execute the actions indicated by the entered flags and then promptly exit. If any other actions are desired, run the program again using different flags.

BruteForcer.py on a Terminal Window

DISCLAIMER:

I do not condone the use of this software in any way that breaks the law, as it was made entirely for educational purposes.

The software is offered as is, and I do not take responsibility for any kind of misuse.

Back to the Top Badge

About

A demonstration of the concept of bruteforcing a website or email login written in Python.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages