mirror of
https://github.com/frankwxu/digital-forensics-lab.git
synced 2026-04-10 12:13:44 +00:00
fix typos in NIST data leakage WinEvt_xml_SQL_Python
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user