diff --git a/ncat/docs/ncatguide.xml b/ncat/docs/ncatguide.xml index 02841bb64..6a576e9c6 100644 --- a/ncat/docs/ncatguide.xml +++ b/ncat/docs/ncatguide.xml @@ -1426,7 +1426,7 @@ Hello. This short message is being sent by Ncat. -nc -lk -p 8080 --sh-exec "echo -e 'HTTP/1.1 200 OK\r\n'; cat index.html" +nc -lk -p 8080 --sh-exec "echo -e 'HTTP/1.1 200 OK\r\n'; cat index.html" @@ -1434,7 +1434,7 @@ nc -lk -p 8080 --sh-exec "echo -e 'HTTP/1.1 200 OK\r\n'; cat index.html" -ncat -lk -p 8080 --sh-exec "echo HTTP/1.1 200 OK& echo(&type index.html" +ncat -lk -p 8080 --sh-exec "echo HTTP/1.1 200 OK& echo(&type index.html" @@ -1466,7 +1466,7 @@ https://svn.nmap.org/nmap-exp/d33tah/lua-exec-examples/ncat/scripts/httpd.lua -ncat --lua-exec httpd.lua --listen 8080 --keep-open +ncat --lua-exec httpd.lua --listen 8080 --keep-open