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

bug report and fix #2

Open
bluescity opened this issue Mar 30, 2016 · 1 comment
Open

bug report and fix #2

bluescity opened this issue Mar 30, 2016 · 1 comment

Comments

@bluescity
Copy link

if use this cmd
scanner 192.168.1.1/32 -t 2
will return error

Traceback (most recent call last):
for ip in iplist:
TypeError: 'NoneType' object is not iterable

in line 321
if subnet == 32:
print bin2ip(baseIP)

en,it's that ?
i fix it
if subnet == 32:
ip = bin2ip(baseIP)
cidrlist.append(ip)
return cidrlist

@bluescity
Copy link
Author

another problem.
ping Thread is not closed ,so all thread numb wil be doubled

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