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
PS C:\Users\> python --version Python 3.9.2 PS E:\pocsuite3\pocsuite3> python .\cli.py --version ,------. ,--. ,--. ,----. {1.7.5-ac28d62} | .--. ',---. ,---.,---.,--.,--`--,-' '-.,---.'.-. | | '--' | .-. | .--( .-'| || ,--'-. .-| .-. : .' < | | --'' '-' \ `--.-' `' '' | | | | \ --/'-' | `--' `---' `---`----' `----'`--' `--' `----`----' http://pocsuite.org
输入正确的 API-Token 校验失败:
https://raw.githubusercontent.com/knownsec/pocsuite3/master/pocsuite3/modules/shodan/__init__.py
23行 - 25行
if token: self.token = token self.check_token()
修改为:
self.token = token if token: self.check_token()
PS:不排除是误报,麻烦排查下。
The text was updated successfully, but these errors were encountered:
dbbada4
这个其实是shodan的问题,如果两次请求时间小于一秒的话shodan会返回503错误。改动的代码部分其实影响不大,已在最近的更新中修复。
Sorry, something went wrong.
Merge pull request #1 from knownsec/master
8c731d9
fix knownsec#192
No branches or pull requests
环境
问题
输入正确的 API-Token 校验失败:
解决
https://raw.githubusercontent.com/knownsec/pocsuite3/master/pocsuite3/modules/shodan/__init__.py
23行 - 25行
修改为:
PS:不排除是误报,麻烦排查下。
The text was updated successfully, but these errors were encountered: