Old XKCD, still relevant
Old XKCD, still relevant
Was trying to extract a totally legit copy of Skate 3 I downloaded today to play on my Steam Deck
You're viewing a single thread.
View all comments
156
comments
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
27 0 ReplyNext time I build a bomb I let the timer continue while the command is running.
34 0 ReplyYeah, what kind of idiot doesn't parallelize their timer function.
15 0 Reply
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"
26 0 Replyi assume its looking for exit code of 0
2 0 Replyecho || tar -xfzhd
2 0 Reply
You've viewed 156 comments.
Scroll to top