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

AttributeError: 'NoneType' object has no attribute 'isdigit' #182

Open
asiastitch opened this issue Apr 21, 2016 · 5 comments
Open

AttributeError: 'NoneType' object has no attribute 'isdigit' #182

asiastitch opened this issue Apr 21, 2016 · 5 comments

Comments

@asiastitch
Copy link

Hi all,

please find below the "trackback error" reported during import the nmap xml scan.

File "/opt/web2py/gluon/validators.py", line 661, in call
if isinstance(value, (int, long)) or value.isdigit():
AttributeError: 'NoneType' object has no attribute 'isdigit'

Thanks for your collaboration and support.

@grutz
Copy link
Contributor

grutz commented Apr 21, 2016

That looks to be a web2py validator issue, not related to Kvasir. Can you
share the nmap file?

On Thu, Apr 21, 2016, 2:18 AM asiastitch [email protected] wrote:

Hi all,

please find below the "trackback error" reported during import the nmap
xml scan.

File "/opt/web2py/gluon/validators.py", line 661, in call
if isinstance(value, (int, long)) or value.isdigit():
AttributeError: 'NoneType' object has no attribute 'isdigit'

Thanks for your collaboration and support.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#182

@asiastitch
Copy link
Author

Hi,

tomorrow morning I can share the xml nmap file... because I need to anonymize ip!

@asiastitch
Copy link
Author

@grutz

Please find in attach the nmap scan in xml format.
Please rename file from pdf to zip... because I found the problem during attach file....

Let me know.
Thanks for your collaboration.

nmap-scan-tcp_AnonymizeFinal.pdf

@asiastitch
Copy link
Author

news ?

@asiastitch
Copy link
Author

asiastitch commented May 3, 2016

@grutz,

we found the root cause about nmap xml import... if not present the cpe detail about OS... kvrasir generate issue in validator!

please check the different code
rename file from pdf to zip... because I found the problem during attach file....

nmap_issue.pdf

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