Jul 21, 2021
Hi Santosh,
Thank you for sharing the write-up.
I have tried and search a lot but still getting the same error with curl.
cat vul3.txt | xargs -I% bash -c ‘curl -sk “%” | grep -q “s3.us-east-2.amazonaws.com”’ >> s3_bucket.txt
Error:
-sk: line 1: ‘curl: command not found
It will be great if you can help to mitigate this error.