Wifi Stealer Tutorial
Wifi Stealer Tutorial
facebook.com/groups/cyb3ratt4ck
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)
****************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 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.
So what do we do>????
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.
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