Skip to content

Commit a7b3abf

Browse files
authored
Edit typo
1 parent 845a0f7 commit a7b3abf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# EventTransScriptParser
1+
# EventTranscriptParser
22

33
**EventTranscriptParser** is python based tool to extract forensically useful details from EventTranscript.db (Windows Diagnostic Database).
44

@@ -10,13 +10,13 @@ The tool currently supports the following features.
1010
+ Extracting list of software/programs installed on the host system.
1111
+ Extracting Wireless Scan results.
1212
+ Extracting WiFi connection details (SSIDs, device manufacturers etc...)
13-
+ Extracting Physcial Disk information (Disk size, No. of partitions etc...)
13+
+ Extracting Physical Disk information (Disk size, No. of partitions etc...)
1414
+ Extracting PnP device installation information (Install time, Model, Manufacturer etc...)
1515
+ MORE COMING SOON!!
1616

1717
### Requirements
1818

19-
Python 3.8 or above. Older version of Python 3.x should work fine as well.
19+
Python 3.8 or above. The older versions of Python 3.x should work fine as well.
2020

2121
#### Dependencies
2222

@@ -41,7 +41,7 @@ python EventTranscriptParser.py -f <Path-To-EventTranscript.db>
4141

4242
### Acknowledgements
4343

44-
This tool wouldn't have been possible without the excellent research & hardwork put in by my colleagues [Andrew Rathbun](https://twitter.com/bunsofwrath12) & [Josh Mitchell](https://www.linkedin.com/in/josh-mitchell-0990ba6a/) in investigating the Windows Diagnostic Data.
44+
This tool wouldn't have been possible without the excellent research & hard work put in by my colleagues [Andrew Rathbun](https://twitter.com/bunsofwrath12) & [Josh Mitchell](https://www.linkedin.com/in/josh-mitchell-0990ba6a/) in investigating the Windows Diagnostic Data.
4545

4646
Read more about their research here - https://github.com/rathbuna/EventTranscript.db-Research
4747

@@ -50,4 +50,4 @@ Read more about their research here - https://github.com/rathbuna/EventTranscrip
5050
Abhiram Kumar
5151

5252
+ Twitter: [@_abhiramkumar](https://www.twitter.com/_abhiramkumar)
53-
+ Personal blog: https://stuxnet999.github.io
53+
+ Personal blog: https://stuxnet999.github.io

0 commit comments

Comments
 (0)