EvilZone

Hacking and Security => Beginner's Corner => : xCyberWolfx October 23, 2015, 06:39:04 PM

: Collect wifi passwords
: 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.
: Re: Collect wifi passwords
: hcac October 23, 2015, 06:58:11 PM
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
: Re: Collect wifi passwords
: xCyberWolfx October 23, 2015, 07:36:18 PM
Awesome! Exactly what i needed!
And yeah i guess i could've found that myself...
: Re: Collect wifi passwords
: 0E 800 November 19, 2015, 07:42:12 PM
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.
: Re: Collect wifi passwords
: xCyberWolfx November 20, 2015, 08:39:31 PM
Try using Lazagne

https://github.com/AlessandroZ/LaZagne

Won't the victim need python installed for this to work?
: Re: Collect wifi passwords
: 0E 800 November 21, 2015, 12:44:40 AM
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)
: Re: Collect wifi passwords
: iTpHo3NiX November 21, 2015, 01:04:12 AM
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!!!