Comment by Sir_Cmpwn 7 years ago Why not start with checking the user agent? 2 comments Sir_Cmpwn Reply AgentME 7 years ago The idea is to distinguish between "curl http://x" and "curl http://x | bash", in order to only give malicious content when the user pipes it straight to bash (presumably they aren't looking at the content in this case). Sir_Cmpwn 7 years ago Ah, of course.
AgentME 7 years ago The idea is to distinguish between "curl http://x" and "curl http://x | bash", in order to only give malicious content when the user pipes it straight to bash (presumably they aren't looking at the content in this case). Sir_Cmpwn 7 years ago Ah, of course.
The idea is to distinguish between "curl http://x" and "curl http://x | bash", in order to only give malicious content when the user pipes it straight to bash (presumably they aren't looking at the content in this case).
Ah, of course.