Networking

From wiki
Revision as of 14:41, 7 May 2018 by Hdridder (talk | contribs)
Jump to navigation Jump to search

Check network connections

Netcat

nc <host> <port>
Open connection to host on port. Works line tetnet

Curl

curl -vvv -k --proxy1.0 <proxyIP>:<proxyPort> <Remote URL>
-k allows insecure SSL connections