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

为啥没有人star呢?提个bug支持下 #1

Open
coffeehb opened this issue Apr 8, 2020 · 0 comments
Open

为啥没有人star呢?提个bug支持下 #1

coffeehb opened this issue Apr 8, 2020 · 0 comments

Comments

@coffeehb
Copy link

coffeehb commented Apr 8, 2020

bug在哪里?

文件的36行,
tmp = sorted(map(host_attr,result))
这里返回的tmp是一个list,而 wildcard 也是一个list, 没法in判断吧,43行这里的if逻辑是一直进不去的

    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

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

1 participant