伊藤 • Blog

伊藤 • Blog

马上订阅 伊藤 • Blog RSS 更新: https://moc.1tlt1.com/index.php/feed

使用telnet扫描端口的Bash脚本

伊藤
2023年8月6日 13:45
最近因为需要扫描主机下的端口,在Claude2的帮助下写了下面的这个Bash脚本。脚本中使用了telnet程序,在linux下一般是默认安装的,在Mac系统中则需要通过homebrew安装。使用...