not_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 1 month agofinally something worse then curl | shlemmy.blahaj.zoneimagemessage-square59fedilinkarrow-up18file-text
arrow-up18imagefinally something worse then curl | shlemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 1 month agomessage-square59fedilinkfile-text
minus-squareFishFace@piefed.sociallinkfedilinkEnglisharrow-up1·1 month agoDo you mean curl | cat or do you really want to create a file called cat? Also piping to cat seems redundant but malicious hosts can detect whether the request is getting redirected, using some clever trick, so it’s not. Also, your chance of spotting something bad in a malicious script is probably quite small.
Do you mean
curl | cator do you really want to create a file called cat?Also piping to cat seems redundant but malicious hosts can detect whether the request is getting redirected, using some clever trick, so it’s not.
Also, your chance of spotting something bad in a malicious script is probably quite small.