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

Updated parser to use lxml.etree. #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

icashman
Copy link

@icashman icashman commented Jun 5, 2015

Hey Alessandro,

As promised, I have updated the code to use lxml.etree instead of Minidom. This allows the code to parse multiple large .nessus XML files quickly. This code, however, is still constrained when running in a 32bit python environment. When parsing multiple hundred-plus megabyte .nessus XML files you will still want a 64bit python environment and enough available RAM.

Thanks!

  • Ian

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

Successfully merging this pull request may close these issues.

1 participant