mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
fix a typo -> nc to ncat
This commit is contained in:
parent
e6280062cd
commit
8f3b8fabb7
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue