Quick Commands
- Luke Chikkala
- Aug 14, 2017
- 1 min read
Credit: jshaw87
Grab HTTP Headers curl -LIN $host
Quickly generate an MD5 hash for a text string using OpenSSL echo -n 'text to be encrypted' | openssl md5
Shutdown a Windows machine from Linux net rpc shutdown -I ipAddressOfWindowsPC -U username%password
Determine if a port is open with bash (: \/dev/null && echo "OPEN" || echo "CLOSED"
Comments