1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-07 23:19:02 +00:00

fix a typo -> nc to ncat

This commit is contained in:
fyodor
2018-03-12 16:09:46 +00:00
parent e6280062cd
commit 8f3b8fabb7

View File

@@ -1494,7 +1494,7 @@ Hello. This short message is being sent by Ncat.
</para>
<literallayout>
<command>nc -lk -p 8080 --sh-exec "echo -e 'HTTP/1.1 200 OK\r\n'; cat index.html"</command>
<command>ncat -lk -p 8080 --sh-exec "echo -e 'HTTP/1.1 200 OK\r\n'; cat index.html"</command>
</literallayout>
<para>