@LainTrain@lemmy.dbzer0.com to linuxmemes@lemmy.worldEnglish • 10 months agoOld XKCD, still relevantlemmy.dbzer0.comimagemessage-square156fedilinkarrow-up1898arrow-down114file-text
arrow-up1884arrow-down1imageOld XKCD, still relevantlemmy.dbzer0.com@LainTrain@lemmy.dbzer0.com to linuxmemes@lemmy.worldEnglish • 10 months agomessage-square156fedilinkfile-text
minus-square@elrik@lemmy.worldlinkfedilinkEnglish27•10 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@velvetThunder@lemmy.ziplinkfedilinkEnglish35•10 months agoNext time I build a bomb I let the timer continue while the command is running.
minus-square@Voroxpete@sh.itjust.workslinkfedilink15•10 months agoYeah, what kind of idiot doesn’t parallelize their timer function.
minus-square@mlg@lemmy.worldlinkfedilinkEnglish26•10 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