Bruteforce Twitter 🐦 Account

**

TweetShell allows you to hack an account by bruteforcing it.

 Its multi-threaded which means it's more fast than those single threaded tools out there.

πŸ’‘ *For Noobs: Bruterforce is type of attack that tries to guess credentials by submitting all possible values. Its not limited to credentials only, it can be used to bypass WAFS, IDS and IPS, it can be used to find vulnerabilities. πŸ˜‰*

*INSTALLATION*

*0) Install requirements*

pkg  install curl tsudo

*1) Clone the tool*

git clone https://github.com/thelinuxchoice/tweetshell

*2) Navigate to tweetshell directory*

cd tweetshell

*3) Change some permissions*

chmod +x tweetshell.sh

*4) Run the dam script*

sudo ./tweetshell.sh





Enjoy! Follow us for more...

No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...