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
例如如果有目标的域名,那么可以直接在gogo扫描的时候跟一个参数就是目标域名,如果有结果了就可以直接输出,不用去再苦苦寻找靶标在哪台机器上了。感觉在内网很大的情况下比较好用。。。
The text was updated successfully, but these errors were encountered:
用grep应该就可以实现吧?
Sorry, something went wrong.
不是啊,我的意思是增加一个参数host,在扫内网的时候进行http探测的时候自动带上host扫判断是不是目标域名,这样不用再单独做host碰撞了。grep只能扫到配了https的,并且是证书上的,对于子域名以及非https的没办法。我就遇到过内网比较大难以找到目标域名的情况,扫的时候就想要是可以带host访问一下给出个title什么的就好了。
No branches or pull requests
例如如果有目标的域名,那么可以直接在gogo扫描的时候跟一个参数就是目标域名,如果有结果了就可以直接输出,不用去再苦苦寻找靶标在哪台机器上了。感觉在内网很大的情况下比较好用。。。
The text was updated successfully, but these errors were encountered: