@[email protected] to linuxmemesEnglish • 7 months agoOld XKCD, still relevantlemmy.dbzer0.comimagemessage-square157fedilinkarrow-up1896arrow-down114file-text
arrow-up1882arrow-down1imageOld XKCD, still relevantlemmy.dbzer0.com@[email protected] to linuxmemesEnglish • 7 months agomessage-square157fedilinkfile-text
minus-square@elriklinkEnglish27•7 months agoHow does it verify the command is valid? Does it run what I enter? If so, just give it an infinite loop followed by some attempt at a tar command: while true; do :; done; tar -xyz
minus-square@[email protected]linkfedilinkEnglish35•7 months agoNext time I build a bomb I let the timer continue while the command is running.
minus-square@[email protected]linkfedilink15•7 months agoYeah, what kind of idiot doesn’t parallelize their timer function.
minus-square@mlglinkEnglish26•7 months agoBlue Team: “Okay everyone let’s make sure this is absolutely the correct input” Red Team: “Lmao lets try this 90mb list of bash command injection patterns”
How does it verify the command is valid? Does it run what I enter?
If so, just give it an infinite loop followed by some attempt at a tar command:
while true; do :; done; tar -xyz
Next time I build a bomb I let the timer continue while the command is running.
Yeah, what kind of idiot doesn’t parallelize their timer function.
Blue Team: “Okay everyone let’s make sure this is absolutely the correct input”
Red Team: “Lmao lets try this 90mb list of bash command injection patterns”
i assume its looking for exit code of 0
echo || tar -xfzhd