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
1、是否支持加个-u 指定目标参数,目前只能在urls.txt放入地址,每次都要配置urls文本 2、在进行弱口令检测时,失败的能否不展示出来,只展示结果(例如弱口令爆破失败等特斯hi)
The text was updated successfully, but these errors were encountered:
5000多个组合数 就要在终端全部展示出来,这不太友好
Sorry, something went wrong.
这个工具就是为了自动化批量检测的,暂时不考虑指定参数。 至于失败的能否不展示出来,可以在代码中找到logger.info(f"{Fore.GREEN}[-] 失败: {username}:{password} {Fore.WHITE}({response.status_code}) {Fore.BLUE}{url_with_path}{Style.RESET_ALL}") 更改为 pass 即可
No branches or pull requests
1、是否支持加个-u 指定目标参数,目前只能在urls.txt放入地址,每次都要配置urls文本
2、在进行弱口令检测时,失败的能否不展示出来,只展示结果(例如弱口令爆破失败等特斯hi)
The text was updated successfully, but these errors were encountered: