TWTBOOM-Python script for Brute Force Attack On Twitter Account

 Twtboom is a python script in this tool help you to brute force attack on twitter account.

Requirement’s

  • Android version 5.0 and above
  • Termux application
  • Git package
  • Python package
  • Mechanize module
  • Requests module

Tested platform

  • Windows
  • Linux
  • Android~Termux
  • MacOs

How to install git package?

Just you type this below command this command will help you to install git package in your linux or termux.
Linux

sudo apt install git

Termux

pkg install git

What is git package?

Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files.

How to install python package?

Type this below command in your termux or linux terminal this command will help you to install python package.
Linux

sudo apt install python && sudo apt install python2

Termux

pkg install python && pkg install python2

What is requests?

The requests module allows you to send HTTP requests using Python. The HTTP request returns a Response Object with all the response data (content, encoding, status, etc).

Just you type this below command to install requests module in your termux or linux terminal.
Termux

pip install requests

Linux

pip install requests

What is mechanize?

The mechanize module in Python is similar to perl WWW:Mechanize. It gives you a browser like object to interact with web pages.

Termux

pip install mechanize

Linux

pip install mechanize

How to download and install twtboom Tool

Step 1:

First you download TWTBOOM tool in your termux or linux terminal so type this below command.

git clone https://github.com/Oseid/TWTBOOM.git

Step 2:

Now open TWTBOOM folder on your terminal so type this below command on your termux or linux terminal.

cd TWTBOOM

Step 3:

Now give permission to read, write and execute of twtboom.py python file so type this below command on your termux or linux terminal.

chmod +x twtboom.py

Step 4:

Now simply run twtboom.py python file using this below command on your linux and termux terminal.

python twtboom.py -t (victim user name) -w ( your password list)

If you need to Brute Force On twitter Account With Proxy(HTTP/s) just type this blow command on your termux or linux terminal.

python twtboom.py -t ( victim user name)  -w wlist.txt -p 35.236.37.121

 

Post a Comment

Previous Post Next Post