-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to update nmap-probe-services file ? #18
Comments
修改nmap-service-probes.go文件 |
I did it but after running I got weird errors, I even did this : sed -i "s/`/${backquote}/g" nmap-service-probes.go but I got : panic: port expression string invalid goroutine 1 [running]: please tell me what else should I do except that sed command |
我做到了,但运行后出现了奇怪的错误,我什至这样做了: sed -i "s/`/${反引号}/g" nmap-service-probes.go 但我得到了: 恐慌:端口表达式字符串无效 Goroutine 1 [运行]: 请告诉我除了 sed 命令之外我还应该做什么 |
似乎是新的nmap-service-probes解析的一些问题,具体逻辑你可以看一下 |
我没有更改类型端口文件上的任何内容! |
说明你更新的nmap-service-probes文件,无法被正常解析,这需要你自己排查一下原因 |
这就是问题,这是我的主要问题,您首先是如何创建 nmap-service-probes.go 文件的? 请告诉我步骤,我将根据您在 nmap-service-probes.go 上所做的修改来修改主 nmap 探针文件 |
https://github.com/breaking153/go-nmap |
How can I update this file based on latest version ?
https://raw.githubusercontent.com/nmap/nmap/master/nmap-service-probes
如何根据最新版本更新此文件?
https://raw.githubusercontent.com/nmap/nmap/master/nmap-service-probes
The text was updated successfully, but these errors were encountered: