Networking

From wiki
Revision as of 15:47, 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>
Get the data from <remote URL> -k allows insecure SSL connections

Wget

wget <URL>
Get the data from <URL>