Difference between revisions of "Networking"

From wiki
Jump to navigation Jump to search
m (Hdridder moved page Netcat to Network connections: Too smal articles on the same subject)
Line 1: Line 1:
 
Check network connections
 
Check network connections
  
;nc <host> <port>
+
===Netcat===
 +
;<code>nc <host> <port></code>
 
:Open connection to host on port. Works line tetnet
 
:Open connection to host on port. Works line tetnet
 +
 +
===Curl===
 +
;<code>curl -vvv -k  --proxy1.0 <proxyIP>:<proxyPort> <Remote URL></code>
 +
:-k allows insecure SSL connections

Revision as of 14:41, 7 May 2018

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