Archive:

Curl


Curl Cheat Sheet

-o output contents to local file Ex: curl -o /home/foo/boom.sh https://linpeas.sh

-O similar to above but it saves as its own name Ex: curl -O https://linpeas.sh which saves a file linpeas.sh in the current dir