0% found this document useful (0 votes)
124 views4 pages

Wifi Stealer Tutorial

This document describes a method for stealing WiFi passwords from other people's computers using social engineering and a malicious executable file. It involves using the netsh command to dump plaintext WiFi passwords to a hidden file, compiling the command into an executable, and disguising the executable by binding it to another legitimate-looking file so that the victim will run it without suspicion. When run, the executable would extract WiFi passwords from the victim's computer and save them to a hidden file on a USB drive, allowing the attacker to steal the passwords without the victim's knowledge or consent through deception.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
124 views4 pages

Wifi Stealer Tutorial

This document describes a method for stealing WiFi passwords from other people's computers using social engineering and a malicious executable file. It involves using the netsh command to dump plaintext WiFi passwords to a hidden file, compiling the command into an executable, and disguising the executable by binding it to another legitimate-looking file so that the victim will run it without suspicion. When run, the executable would extract WiFi passwords from the victim's computer and save them to a hidden file on a USB drive, allowing the attacker to steal the passwords without the victim's knowledge or consent through deception.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

CYBER ATTACK

facebook.com/groups/cyb3ratt4ck

We all love free Wifi... and i ain't an exception.

So i try to get all the available wifi in my locality


but trying to crack wpa handshakes with aircrack-ng suite is time as well as CPU consuming process.

So why not combine hacking + SE(Social Engineering) >-)

As per my case i got myself surrounded by wifi ranging from shops, homes, cybers, and whatnot!

So....

I made a little one liner script to steal all the available passwords configured in wifi enabled system
(PC/laptops)

***********WHAT WE GONNA ACHIEVE************


1) Wifi Passwords
2) Awesomness !!

**********HOW WE GONNA DO THAT**************


Since we need to enter the wifi password when we connect to it first time, it gets stored in system
So we r gonna extract those out by using::

1. Social Engineering (SE)


2. Batch file (they are simple and awesome)

****************TOOLS OF TRADE*******************
1) Windows Machine
2) Advanced Batch to Exe Convertor
3) A song like "Dope DieMFDie" playing in background
4) Swag!! (very very important trust me!)
~~~~~~~~~~~~~~LETS START~~~~~~~~~~~~~~~~~~~
1) Copy paste the below line as it is in notepad

netsh wlan show profiles * key=clear > a.tmp


attrib +h a.tmp

What does the command do??

Netsh is a command-line scripting utility that allows you to, either locally or remotely, display or modify
the network configuration of a computer that is currently running. Netsh also provides a scripting feature
that allows you to run a group of commands in batch mode against a specified
computer.

We are viewing all the stored wifi profiles in a system by netsh wlan show profiles *
key=clear gives the password in plaintext
> a.tmp will store the output of the command to a file named as a.tmp
attrib +h a.tmp will make a.tmp file hidden.

2) Save the file as WHATEVER.bat

Now the problem is ::


1. Victim might be smarta** himself , he could easily view our code by opening it with a notepad,
2. We need to run this as admin to work.
3. Victim should not have a doubt of the process..
4. We need to make a clean exit..

So what do we do>????

Remember i said SE + Hacking

So i thought of following solutions of above problems

1. Convert the batch, obfuscate or crypt or MAKE AN EXE


2. Add administrator manifest to the exe.
3 & 4. S.E. comes here. Bind the exe with something else maybe jpg.
3) Open Advanced BatchToExe and open the file we saved in step 2. by clicking on
File > Open
It should look like the picture below

Remember the part where i said make a clean exit. Advanced BatchToExe allows us to bind any exe to
our code.
Binded means two exe will be executed .
You can bind this to any warez u like maybe a game.

This is good since u can walk to your victim and ask him to install some software without him doubting.
4) Now click on File > BuildExe
and save the file under and unsuspicious name.

Make sure your settings look like in the image.


To bind an exe click on Embed Files tab and select your another exe.

Now just walk to your victim with your USB Drive and make him run your binded exe, directly from
your USB
The password will be stored in a hidden file in your USB drive itself

Enjoy your free WIFI !!

You might also like