EvilZone
Hacking and Security => Beginner's Corner => : xCyberWolfx October 23, 2015, 06:39:04 PM
-
Hello everyone!
Does anyone know how i can make a program that collects all saved wifi passwords on a windows computer?
I know there are programs that do this, but i want to make one myself.
-
Well, you can easily use netsh command. Write something to use netsh :). It can generate an xml file containing wifi profiles.
(I think you could found this easily by googling):
http://www.eightforums.com/tutorials/45540-wireless-network-profile-backup-restore-windows-8-a.html
netsh wlan export profile
-
Awesome! Exactly what i needed!
And yeah i guess i could've found that myself...
-
Try using Lazagne
https://github.com/AlessandroZ/LaZagne
The LaZagne project is an open source application used to retrieve lots of passwords stored on a local computer. Each software stores its passwords using different techniques (plaintext, APIs, custom algorithms, databases, etc.). This tool has been developed for the purpose of finding these passwords for the most commonly-used software. At this moment, it supports 22 Programs on Microsoft Windows and 12 on a Linux/Unix-Like OS.
-
Try using Lazagne
https://github.com/AlessandroZ/LaZagne
Won't the victim need python installed for this to work?
-
Download:
https://github.com/AlessandroZ/LaZagne/releases/download/1.1/Windows.zip
Extract file
lazagne.exe all > creds.txt
creds.txt will have the info you want.
Its a self executable. In order for it to effectively capture chrome creds you will need to completely close chrome before running it.
This program is FIRE. Don't go stealing your parents CC info now 8)
-
Download:
https://github.com/AlessandroZ/LaZagne/releases/download/1.1/Windows.zip
Extract file
lazagne.exe all > creds.txt
creds.txt will have the info you want.
Its a self executable. In order for it to effectively capture chrome creds you will need to completely close chrome before running it.
This program is FIRE. Don't go stealing your parents CC info now 8)
And where was this when I was making my ducky script. Holding out on me bro!!!