FB Checker script | Check Hundreds of Facebook Accounts 1x Click

The following fb checker script can be used to check the login data of hundreds of facebook accounts with just one working process. So it can save a lot of time to find which facebook accounts are active and which are not.

Just need to install it in termux then prepare a file containing facebook account login data. And for the file can be created with a text editor or the like.

For information, fb checker is actually not a tool for how to hack fb termux, but a tool to determine whether the email and password are facebook account login data or not.

Usage examples:

For example, you have the following data:

So, from the above data, which one is a Facebook account login (can enter Facebook)?

You can manually enter the Facebook site and then try the email and pass above one by one. And the successful login then it is the right data.

But what if there are hundreds? therefore we can use the fb checker script.

FB Checker Github script

There are lots of github scripts from fb checker, but here I use an account called fbciabdul.

Here is the link:

https://github.com/fdciabdul/fbchecker

How to install this script in termux is the same as other scripts, namely using the command git clone. Then to run it you must first create a .txt format file.

Or for more details, see the guide below.

Here’s how to install and run fb checker on termux

1. Install package and fb checker module

So that you don’t have trouble finding packages and modules. Please just write all the following commands in the termux application.

pkg install python
pkg install python2
pkg install php
pkg install nano
pkg install git
pip2 install requests
pip2 install mechanize

2. Clone fb checker from github

I have included the github link above. You just have to combine it with the git clone command.

So just write it like this:

git clone https://github.com/fdciabdul/fbchecker

Then wait for the cloning process to complete 100%.

3. Create a .txt file containing facebook login data

Please fill in this .txt file with your email along with the password to be checked. The writing format must be separated by | (diameter).

Example:

[email protected] | passku123

But first you have to go to the cloned folder.

How to type:

cd fbchecker

Then to create a new .txt file, just follow the following command:

nano target.txt

Remember! fill in the email and password like the format I have shown. Otherwise the script will error when run.

To save after editing just hit ctrl+x then y and enter.

4. Do the checker process

The checker process will check one by one the email and password to login facebook. The lag between one data and another is 3 seconds. So if you have 10 data it will take half a minute.

To go to the checker process, just type the following command:

php fbcheck.php target.txt

Then the script will immediately start the checker process. It looks like the image below.

FB Checker Script

If something is successful, a notification will appear success. And failed to notify checkpoint or dead.

Especially for accounts with checkpoints, you just take the email and password. Then read the post on how to bypass facebook checkpoints to recover the account.

The length of this process depends on the amount of data being checked. To force stop just press ctrl +z.

Well, now we have learned how to install and use the fb checker script. Remember, this can’t be used to hack fb accounts.

If you want to hack fb, try installing the FBH script which can target mass and single targets. So it will be very effective to get login data.

Alright, that’s all for our discussion this time. Hope it can help solve your problem.

To be more useful, help share on social media. Thanks for reading.

Tinggalkan Balasan

Alamat email Anda tidak akan dipublikasikan. Ruas yang wajib ditandai *