@LainTrain@lemmy.dbzer0.com to linuxmemes@lemmy.worldEnglish • 1 year agoOld XKCD, still relevantlemmy.dbzer0.comimagemessage-square142fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageOld XKCD, still relevantlemmy.dbzer0.com@LainTrain@lemmy.dbzer0.com to linuxmemes@lemmy.worldEnglish • 1 year agomessage-square142fedilinkfile-text
minus-square@elrik@lemmy.worldlinkfedilinkEnglish0•1 year 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.ziplinkfedilinkEnglish0•1 year agoNext time I build a bomb I let the timer continue while the command is running.
minus-square@Voroxpete@sh.itjust.workslinkfedilink0•1 year agoYeah, what kind of idiot doesn’t parallelize their timer function.
minus-square@mlg@lemmy.worldlinkfedilinkEnglish0•1 year 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