Samuel Posted March 8, 2021 Share Posted March 8, 2021 Hello there I recently downloaded a script my ducky that emails you the password of the wifi they are currently on. I was wondering how you would make a script that gets all the passwords of all the wifis you have been on. (using the netsh wlan show profile and then netsh wlan show profile WIFINAME key=clear and you did that for every wifi on the computer.) Can somebody help me? Link to comment Share on other sites More sharing options...
chrizree Posted March 8, 2021 Share Posted March 8, 2021 Just modify that payload (or create a new one) that puts all the available networks from the netsh output into an array and loop them through Link to comment Share on other sites More sharing options...
Samuel Posted March 8, 2021 Author Share Posted March 8, 2021 Thanks for your response I was wondering if you could do it in a loop where first it finds a wifi-name from netsh wlan show profile and sets the name to A or something and then does netsh wlan show profile %A% key=clear and copies the name of the wifi and the password into a .txt file Link to comment Share on other sites More sharing options...
Samuel Posted March 8, 2021 Author Share Posted March 8, 2021 I very new to this I got the rubber ducky to work yesterday Pls show me how to do the array method Link to comment Share on other sites More sharing options...
Samuel Posted March 8, 2021 Author Share Posted March 8, 2021 I'm desperate Link to comment Share on other sites More sharing options...
chrizree Posted March 8, 2021 Share Posted March 8, 2021 What payload script are you using right now to get the passphrase of the "active" WLAN? Is it Powershell based? Link to comment Share on other sites More sharing options...
Samuel Posted March 8, 2021 Author Share Posted March 8, 2021 I don't know exactly what you mean The script goes into cmd Link to comment Share on other sites More sharing options...
chrizree Posted March 8, 2021 Share Posted March 8, 2021 OK, I spot a need for a longer "journey" of knowledge elevation here and sadly I don't have time for that at the moment, perhaps later or if someone else is able to step in Link to comment Share on other sites More sharing options...
Samuel Posted March 8, 2021 Author Share Posted March 8, 2021 aw man Link to comment Share on other sites More sharing options...
chrizree Posted March 8, 2021 Share Posted March 8, 2021 You can download some script from DuckToolKit and try, search for wifi https://ducktoolkit.com/userscripts Link to comment Share on other sites More sharing options...
Samuel Posted March 8, 2021 Author Share Posted March 8, 2021 IT WORKS!!! Thanks Link to comment Share on other sites More sharing options...
HaKDez Posted May 4, 2021 Share Posted May 4, 2021 On 3/8/2021 at 6:18 AM, Samuel said: I'm desperate On 3/8/2021 at 12:43 PM, Samuel said: IT WORKS!!! Thanks Relatable Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.