EvilZone

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

Title: Collect wifi passwords
Post by: xCyberWolfx on 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.
Title: Re: Collect wifi passwords
Post by: hcac on 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
Code: [Select]
netsh wlan export profile
Title: Re: Collect wifi passwords
Post by: xCyberWolfx on October 23, 2015, 07:36:18 PM
Awesome! Exactly what i needed!
And yeah i guess i could've found that myself...
Title: Re: Collect wifi passwords
Post by: 0E 800 on November 19, 2015, 07:42:12 PM
Try using Lazagne

https://github.com/AlessandroZ/LaZagne

Quote
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.
Title: Re: Collect wifi passwords
Post by: xCyberWolfx on 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?
Title: Re: Collect wifi passwords
Post by: 0E 800 on November 21, 2015, 12:44:40 AM
Download:
https://github.com/AlessandroZ/LaZagne/releases/download/1.1/Windows.zip

Extract file

Code: [Select]
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)
Title: Re: Collect wifi passwords
Post by: iTpHo3NiX on November 21, 2015, 01:04:12 AM
Download:
https://github.com/AlessandroZ/LaZagne/releases/download/1.1/Windows.zip

Extract file

Code: [Select]
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!!!