fix typos in NIST data leakage WinEvt_xml_SQL_Python

This commit is contained in:
Frank Xu
2023-10-02 15:14:15 -04:00
parent 84510ca29b
commit d624c6cb71
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
import xml.etree.ElementTree as ET
import xml.dom.minidom as minidom
tree = ET.parse("SecurityEvt_ns_removed.xml")
tree = ET.parse("SecurityEvt_formatted.xml")
root = tree.getroot()
# Iterate through all System elements