|
|
冷冷的芒果 · 0门槛克隆ChatGPT方案再升级,开源模型 ...· 2 年前 · |
|
|
捣蛋的铁链 · Spring ...· 3 年前 · |
|
|
从未表白的柠檬 · c#反射入门篇(Reflection)——P ...· 3 年前 · |
|
|
礼貌的啄木鸟 · Scala结构类型与复合类型解析 - 简书· 3 年前 · |
|
|
爽快的小摩托 · python 读取ascii文件-掘金· 3 年前 · |
127wexfordroad • July 22, 2014Amazing. I’d heard of netcat and wanted to get started with it but did not know where to begin. This is a perfect intro, thanks!64db8bc1c058488d86f21e12d0 • March 16, 2022This comment has been deleted64db8bc1c058488d86f21e12d0 • March 16, 2022<strong>Nice</strong>dav1243 • September 18, 2020incredible article!bearfish211 • October 9, 2018Good article!!!jemstar89 • March 25, 2017Nice article. One point worth mentioning.When using netcat as a simple web server, you have this command written: netcat -l 8888 < index.html
You actually need to specify the port in the command, or else it won’t work. Try this instead. netcat -lp 8888 < index.html I found this solution to work.
Keep up the good work!
SureshDH • August 26, 2016nice article you covered lot of variants, can you please also show an example to listen( nc -lu <port_num>) on specific udp port. That could be helpful for the first readers.jasonrhaas • September 14, 2015great intro tonetcat, thanks! I usenmapfor doing port scanning, but its nice to be able to do it withnetcatas well, sincenmapis often not included in the base linux packages.