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
文件的36行, tmp = sorted(map(host_attr,result)) 这里返回的tmp是一个list,而 wildcard 也是一个list, 没法in判断吧,43行这里的if逻辑是一直进不去的
tmp = sorted(map(host_attr,result))
if wildcard and tmp in wildcard: pass else: tqdm.write('\r' + domain + '\t' + ' '.join(tmp))
可以用下面的测试: python subDomains.py -d windows.awsstore.wanyol.com -f www.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
bug在哪里?
文件的36行,
tmp = sorted(map(host_attr,result))
这里返回的tmp是一个list,而 wildcard 也是一个list, 没法in判断吧,43行这里的if逻辑是一直进不去的
可以用下面的测试:
python subDomains.py -d windows.awsstore.wanyol.com -f www.txt
The text was updated successfully, but these errors were encountered: