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.txt
pull/10/head
John Fawcett 2021-07-20 20:18:53 -04:00 committed by GitHub
parent 116ed971ec
commit 182a9a1859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -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!!!!