LuckyDucky3607 / PyForce

PyForce, the simplest tool that can brute force any web app written entirely in Python, PyForce uses TOR to mask your IP address and it rotates the IP address used after each password attempt, PyForce uses threads as well, threads help PyForce to make up to 443.8 requests per minute.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyForce

PyForce any website you want



[+] Description

PyForce, the simplest tool that can brute force any website, written entirely in Python, PyForce uses TOR to mask your IP address and it rotates the IP address used after each password attempt, PyForce uses threads as well, threads help PyForce to make up to 443.8 requests per minute.

[+] Installation

  • git clone https://github.com/LuckyDucky3607/PyForce
  • cd PyForce
  • pip3 install -r requirements.txt

[+] Usage

  • sudo chmod +x run.py
  • Go into the 100th line in the InternetBruteForce.py script (located in the Dependincies) and then add the data of the website you want to brute force in the **YOUR_DATA_HERE** field (e.g. data: {'guess': password, 'Guess': 'submit'})
  • sudo ./run.py

[+] Requirements

Linux

  • sudo apt install python3
  • sudo apt install tor

Termux

  • pkg install python
  • pkg install tor
  • pkg install libcrypt-dev
  • pkg install libxml2 libxslt libjpeg-turbo

[+] Tested on

  • Kali linux

[+] Disclaimer

I am not responsible if any illegal actions were done using this script, this script is for educational purposes only.

[+] Preview

screenshot

About

PyForce, the simplest tool that can brute force any web app written entirely in Python, PyForce uses TOR to mask your IP address and it rotates the IP address used after each password attempt, PyForce uses threads as well, threads help PyForce to make up to 443.8 requests per minute.


Languages

Language:Python 100.0%