Ana içeriğe atla

Hacking Facebook,Twitter,Instagram Account Passwords with BruteForce

After a long time, I Present you, Faitagram.
I was disappointed, no one replied to this
Anyway enough talking, Lets get right into the tutorial.

Step 1Getting Ready

By the way, Faitagram stands for Fa(cebook)(tw)it(ter)(inst)agram.
To clone the script, what you need to type in the terminal is :
To clone the Faitagram script.
After you cloned, type "ls" to see what is inside the folder.
After you typed that, you would see 5 things :
License, Readme, faitagram, setup.py and wlist.
License is just a MIT license, Readme has informations about the script on it, faitagram is the main source, setup.py is for the installing dependencies, and wlist is a wordlist.
You have that? Now lets chmod the files so we can access it.
chmod +x faitagram && chmod +x setup.py
We did that, to install all the requirements to run the script by typing :
python setup.py
It will install whole bunch of things.
You need to just wait.
After the installing is finished, there are commands for Facebook, Twitter, Instagram each.
The faitagram file contains a strong password list, so don't worry about the wordlists.
But if you still want to test it out, than use your own wordlist.
The format is :
python faitagram -s service -u username -w wordlist -d delay
In service, it is rather facebook,twitter or instagram.
username is for the username of the target.
wordlist is for the path to the worlist.
delay is optional, and it means the delay of seconds it will sleep during trying passwords.
the default of delay is 1 seconds.
There are 3 paths, pick one and follow me.

-FaceBook-

To start the bruteforcing on FaceBook, what you need to type is :
python faitagram -s facebook -u (email) -w (wordlist) -d (delay)
The (email) section, is for the email of the target.
The (wordlist) section is for the path to the wordlist.
And the (delay) is for the delays(seconds).
Delay is optional, just don't type the "-d" if you don't want to use it.
But, the others are a must.
If you don't have a wordlist, type "wlist" instead of the (wordlist).
Only in FaceBook, it will ask you to enter the name of the target.
It is just to prevent errors, and for Username Checking.
Here are some examples for the command :
python -s facebook -u BURGERKING -w wlist -d 3
python -s facebook -u MEMEBIGBOY -w /root/password.txt
python -s facebook -u NullByte -w /root/SadminDontBanMe.txt -d 2

-Twitter-

To start the bruteforcing on Twitter, what you need to type is :
python faitagram -s twitter -u (username) -w (wordlist) -d (delay)
The -s stands for service, -u for username, -w for path to the wordlist -d for delay(secs).
So what you need to do is put the username of the target in the (username) section,
path to the wordlist in (worslist) section. Those are a must, but -d is optional.
Just don't put the -d parameter if you don't want to use it.
Just like:
python faitagram -s twitter -u juniorn1003 -w wlist
Then the system will automatically set the delay to 1 second.

-Instagram-

To start the bruteforcing on Instagram, what you need to type is :
python faitagram -s instagram -u username -w wordlist -d delay
In the username, change it with the target's username, in the wordlist, change it with the path of the wordlist.
In delay, it is optional, you don't really need it, but change it with the interval you to be between bruting passwords.
If you don't want the delay, just don't type in the -d parameter.

How It Works

This script is completely made out of python.
It can never fail, because it uses selenium to do it.
selenium is a program to run an actual web and making the script doing the rest, but I decided to make it run it on a virtual display, using Xvfb and pyvirtualdisplay.
There might be errors, and that is the only thing that you should be awared while bruteforcing.
This script uses STEM for proxy.
I think that is all from me, Thank you for reading.

Bu blogdaki popüler yayınlar

How to Install the Metasploit Framework

How to Install the Metasploit Framework Metasploit is an extremely popular pentesting tool capable of enumeration, exploitation, and injecting shell code, and is a part of almost every hacking toolkit. So there's no way I could leave this out of our series on getting your Mac set up for hacking. Luckily for those of us who use Apple machines, the install process is much less time-consuming than it used to be. Just a couple of years ago, I would have had to download all the required pieces and configure them manually. Now, the Metasploit Framework has an install package for macOS (previously called Mac OS X). Of course, we could use the Metasploit that's in our Kali Linux VM we just installed, but I generally only use Kali when a tool is unavailable for Macs, such as Aircrack-ng. Plus, running tools directly on your main operating system is generally faster and easier than running them in a virtual machine. Previously: How to Install Kali Linux as a Virtu...

4 Ways to Crack a Facebook Password & How to Protect Yourself from Them

Despite the security concerns that have plagued Facebook for years, most people are sticking around and new members keep on joining. This has led Facebook to break records numbers with over  one billion monthly active users  as of October 2012—and around 600 million active daily users. We share our lives on Facebook. We share our birthdays and our anniversaries. We share our vacation plans and locations. We share the births of our sons and the deaths of our fathers. We share our most cherished moments and our most painful thoughts. We divulge every aspect of our lives. We even clamor to see the latest versions even before they're ready for primetime. But we sometimes forget who's watching. We use Facebook as a tool to connect, but there are those people who use that connectivity for malicious purposes. We reveal what others can use against us. They know when we're not home and for how long we're gone. They know the answers to our security questions. People ca...