ajmeese7 / tweetshell

Multi-thread Twitter BruteForcer in Shell Script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweetshell v1.0

Multi-thread Twitter BruteForcer in Shell Script

Tweetshell is an Shell Script to perform multi-threaded brute force attack against Twitter, this script can bypass login limiting and it can test infinite number of passwords with a rate of +400 passwords/min using 20 threads.

tweet

Features

  • Multi-thread (400 pass/min, 20 threads)
  • Save/Resume sessions
  • Anonymous attack through TOR
  • Default password list (best +39k 8 letters)
  • Check valid username
  • Check and Install all dependencies

Install requirements (Curl, Tor):

chmod +x install.sh
sudo ./install.sh

Usage:

git clone https://github.com/ajmeese7/tweetshell
cd tweetshell
chmod +x tweetshell.sh
sudo service tor start
sudo ./tweetshell.sh

Kill orphan processes

sudo pkill -9 -f tweetshell.sh
sudo pkill -9 -f curl

About

Multi-thread Twitter BruteForcer in Shell Script

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%