Skip to content

Instantly share code, notes, and snippets.

View MarcMunhoz's full-sized avatar
🤌
May the 4th be with you

Marcelo Munhoz MarcMunhoz

🤌
May the 4th be with you
View GitHub Profile
@Dammmien
Dammmien / wget.sh
Last active July 20, 2025 14:43
wget cheat sheet
# POST a JSON file and redirect output to stdout
wget -q -O - --header="Content-Type:application/json" --post-file=foo.json http://127.0.0.1
# Download a complete website
wget -m -r -linf -k -p -q -E -e robots=off http://127.0.0.1
# But it may be sufficient
wget -mpk http://127.0.0.1
# Download all images of a website