Skip to content
New issue

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

subdomainbrute模块问题 #14

Open
CBH-DOG opened this issue May 11, 2021 · 1 comment
Open

subdomainbrute模块问题 #14

CBH-DOG opened this issue May 11, 2021 · 1 comment

Comments

@CBH-DOG
Copy link

CBH-DOG commented May 11, 2021

运行了subdomainbruteMain.py发现报错,无法找到dict\subnames.txt之类的。然后我独立运行subdomainbrute.py程序是正常运行的。这个情况是怎么回事,用os.system执行命令 和subdomainbrute工具下执行命令为什么结果会不一样呀?这样导致系统的 -s 功能会少subdomainbrute功能。这是运行subdomainbruteMain.py模块报的错误 求大佬康康
Traceback (most recent call last):
File "D:\bysj\HXnineTails\subDomainsBrute\subDomainsBrute-master\subDomainsBrute.py", line 46, in
dns_servers = load_dns_servers()
File "D:\bysj\HXnineTails\subDomainsBrute\subDomainsBrute-master\lib\common_py3.py", line 42, in load_dns_servers
for server in open('dict/dns_servers.txt').readlines():
FileNotFoundError: [Errno 2] No such file or directory: 'dict/dns_servers.txt'

@Throokie
Copy link
Collaborator

请在config.py下检查下您的subdomainbruteMain路径,可能是路径不正常原因导致的
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants