curl
Reading credentials from a file
-n, --netrc--netrc-file <filename>machine <host>
login <username>
password <password>Submitting sensitive form data
-d --data
Put all form data into a local file and use "curl -d "@<local filename>"
If you start the data with the letter ```@```, the rest should be a file name to read the data from, or ```-``` if you want curl to read the data from stdin. Multiple files can also be specified. Posting data from a file named ```'foobar'``` would thus be done with ```-d, --data @foobar```. When ```--data``` is told to read from a file like that, carriage returns and newlines will be stripped out.Test HTTP Response headers
Add custom request headers
Examples
IPv6 disable
arp tools - network discovery
avahi - network discovery/advertise
dig
netstat
routing table
ports listening
ufw - Uncomplicated FireWall
SSL / TLS
Last updated