Hotfix Warning (#1)
* Add files via upload A very simple payload to just show current hotfixes and then display a message warning the victim not to trust random USB sticks. Can change timing to possibly make quicker * A quick payload to display hotfixes and then display a hacked message so user will not plug in strange USB sticks in the future. * Delete ducky_script.txtpull/10/head
parent
116ed971ec
commit
182a9a1859
|
@ -0,0 +1,27 @@
|
|||
|
||||
# Title: List Hotfixes and Warning Message
|
||||
# Description: List Hotfixes on a Windows Machine and then prints message of warning to the unsuspecting Victim
|
||||
# Author: John Fawcett
|
||||
# Version: 1.1
|
||||
# Category: General
|
||||
# Target: Windows 10 (CMD)
|
||||
# Attackmodes: HID
|
||||
|
||||
|
||||
#######Stage 1 Open CMD AND Get Hotfixes#########
|
||||
|
||||
REM Open cmd
|
||||
DELAY 2000
|
||||
GUI r
|
||||
DELAY 2000
|
||||
STRING cmd
|
||||
DELAY 500
|
||||
ENTER
|
||||
DELAY 500
|
||||
STRING wmic qfe
|
||||
ENTER
|
||||
|
||||
###### Stage 2 Print Message#######
|
||||
|
||||
DELAY 1000
|
||||
STRING CONGRATULATIONS, YOU HAVE BEEN HACKED!!!!
|
Loading…
Reference in New Issue