Skip to content

thauanb/requestBrute

Repository files navigation

Brute Force with Requests

GitHub repo size GitHub language count GitHub forks Bitbucket open issues Bitbucket open pull requests

English

In this code, I will demonstrate how to perform a brute-force attack on insecure GET requests.

DO NOT USE THIS CODE TO GAIN ADVANTAGE OR ILLEGALLY ENTER THE EVENT OR USE FOR MALICIOS THINGS

Portuguese

Neste código, vou demonstrar como realizar um ataque de força bruta em requisições GET inseguras.

NÃO UTILIZE ESTE CÓDIGO PARA OBTER VANTAGEM OU ACESSAR ILEGALMENTE O EVENTO OU PARA USO MALICIOSO.

Dependency Install

pip install -r requirements.txt

Running

Configure the endpoint in URL_GET and run.

python main.py