mirror of https://github.com/hak5/omg-payloads.git
OMG-POP_CALC Example Payload
OMG: POP_CALC Version 1.0 OS: Windows and Linux Author: Kalani Requirements: Any O.MG device running v2.5 firmware or greater. Description: On execution, this payload will cause the target computer to launch the Calculator. This is tested working on Windows 2000 - Windows 11, and multiple Linux distributions running KDE or Qt derivative Desktop Environments. It may run elsewhere, but has not been tested.pull/23/head
parent
52f659f397
commit
c03e285dc1
|
@ -0,0 +1,13 @@
|
|||
REM OMG: POP_CALC
|
||||
REM Version 1.0
|
||||
REM OS: Windows and Linux
|
||||
REM Author: Kalani
|
||||
REM Requirements: Any O.MG device running v2.5 firmware or greater.
|
||||
REM Description: On execution, this payload will cause the target
|
||||
REM computer to launch the Calculator. This is tested working on
|
||||
REM Windows 2000 - Windows 11, and multiple Linux distributions
|
||||
REM running KDE or Qt derivative Desktop Environments. It may run
|
||||
REM elsewhere, but has not been tested.
|
||||
|
||||
DELAY 2000
|
||||
POP_CALC
|
Loading…
Reference in New Issue