[GREP,NMAP,RM,WGET] Add new cheats

This commit is contained in:
ImmortalPC
2014-07-29 18:01:04 +02:00
parent e5093db169
commit 22a33dc5d3
4 changed files with 24 additions and 3 deletions

View File

@ -30,3 +30,6 @@ wget -r -l1 -A.extension http://myserver.com/directory
# Allows you to download just the headers of responses (-S --spider) and display them on Stdout (-O -).
wget -S --spider -O - http://google.com
# Change the User-Agent to 'User-Agent: toto'
wget -U 'toto' http://google.com