We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
师傅好 情景: 某行业整理了常见端口或已知开放端口,数量过多大概1w左右,使用gogo进行大批量扫描时,选定端口进行扫描就变得难以执行。
读文档得知 --workflow filename 能读取指定文件,指定工作流,但其中port还是以tag形式选定,无法自定义过多端口
--workflow filename
改良: 能否实现 --p port.yaml 这样的形式,读取外部指定的port.yaml文件,从而支持上万自定义预设端口?
--p port.yaml
The text was updated successfully, but these errors were encountered:
support load port config from file. #78
93610a1
已在新的release中实现 https://github.com/chainreactors/gogo/releases/tag/v2.13.2
Sorry, something went wrong.
测试已实现功能,具体用法我也顺便粘一下
.\gogo_windows_amd64.exe -i 127.0.0.1 -v -e --port-config .\port.json -p 6k
指定port.json 指定使用标签为6k
No branches or pull requests
师傅好
情景:
某行业整理了常见端口或已知开放端口,数量过多大概1w左右,使用gogo进行大批量扫描时,选定端口进行扫描就变得难以执行。
读文档得知
--workflow filename
能读取指定文件,指定工作流,但其中port还是以tag形式选定,无法自定义过多端口改良:
能否实现
--p port.yaml
这样的形式,读取外部指定的port.yaml文件,从而支持上万自定义预设端口?The text was updated successfully, but these errors were encountered: