Nc

From OLPC
Revision as of 16:53, 7 January 2009 by Jah (talk | contribs) (New page: == '''Netcat''' == '''installation''': in terminal type: yum install netcat '''execution''': nc [-46DdhklnrtUuvz] [-i interval] [-p source_port] [-s source_ip_address] [-w timeout] [-X p...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Netcat

installation: in terminal type: yum install netcat

execution: nc [-46DdhklnrtUuvz] [-i interval] [-p source_port] [-s source_ip_address] [-w timeout] [-X proxy_version] [-x proxy_address[:port]] [hostname] [port[s]]

reverse shell: netcat is usually good for establishing a reverse shell from a host to a server in order to bypass a NAT that would normally require port forwarding to be set up. i will try to get this working on the XO and explain how it is done