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
https://github.com/knownsec/ksubdomain/blob/master/core/script.go#L30 在调用crt.sh这个API时,https://crt.sh/?output=json&q=example.com 正则会提取出nwww.example.com这个域名。 我的解决方式是把\n提取出来,replace替换掉。
nwww.example.com
想请教下正则还有没有优化的空间=_=||
The text was updated successfully, but these errors were encountered:
修复lua脚本部分bug, fixes knownsec#48
b25f006
No branches or pull requests
https://github.com/knownsec/ksubdomain/blob/master/core/script.go#L30
在调用crt.sh这个API时,https://crt.sh/?output=json&q=example.com
正则会提取出
nwww.example.com
这个域名。我的解决方式是把\n提取出来,replace替换掉。
想请教下正则还有没有优化的空间=_=||
The text was updated successfully, but these errors were encountered: