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 'get_name' #15

Open
eranzim opened this issue Jul 18, 2018 · 0 comments
Open

AttributeError: 'NoneType' object has no attribute 'get_name' #15

eranzim opened this issue Jul 18, 2018 · 0 comments

Comments

@eranzim
Copy link

eranzim commented Jul 18, 2018

I get this exception when I run wpc..
After checking it a little bit I found out 2 things:

  1. A process returned None on p.get_exe()
  2. bmoar's fork fixes exactly this issue: https://github.com/bmoar/windows-privesc-check

Would it be possible to integrate those changes into the repository please? I would love to keep using your wonderful tool :)

And here's the traceback:

  File "windows_privesc_check.pyo", line 61, in <module>
  File "wpc\report\report.pyo", line 371, in as_xml_string
  File "wpc\report\report.pyo", line 357, in as_xml
  File "wpc\report\issues.pyo", line 43, in as_xml
  File "wpc\report\issue.pyo", line 468, in as_xml
  File "wpc\report\issue.pyo", line 430, in get_rendered_supporting_data
  File "wpc\report\issue.pyo", line 370, in render_supporting_data
AttributeError: 'NoneType' object has no attribute 'get_name'

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