-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix issue between plaso and python-evtx * Remove python-evtx package, update headers * Update plaso header
- Loading branch information
1 parent
67805d9
commit 8848bc9
Showing
5 changed files
with
20 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
# Name: plaso | ||
# Website: https://github.com/log2timeline/plaso | ||
# Description: Python-based tool to create a timeline based on several sources | ||
# Category: | ||
# Author: Joachim Metz | ||
# License: Apache License 2.0 (https://github.com/log2timeline/plaso/blob/main/LICENSE) | ||
# Notes: psteal.py, psort.py, log2timeline.py | ||
|
||
include: | ||
- sift.repos.gift | ||
- sift.packages.python3-plaso | ||
|
||
plaso-tools: | ||
sift-package-plaso-tools: | ||
pkg.latest: | ||
- name: plaso-tools | ||
- require: | ||
- sls: sift.repos.gift | ||
- sls: sift.packages.python3-plaso |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
# Name: python-evtx | ||
# Website: https://github.com/williballenthin/python-evtx | ||
# Description: Pure Python parser for Windows Event Log (.evtx) files | ||
# Category: | ||
# Author: Willi Ballenthin | ||
# License: Apache License 2.0 (https://github.com/williballenthin/python-evtx/blob/master/LICENSE.TXT) | ||
# Notes: evtx_dates.py, evtx_dump.py, evtx_dump_chunk_slack.py, evtx_dump_json.py, evtx_info.py | ||
|
||
include: | ||
- sift.python3-packages.pip | ||
- sift.packages.git | ||
|
||
sift-python3-packages-python-evtx: | ||
pip.installed: | ||
- name: python-evtx | ||
- name: git+https://github.com/williballenthin/python-evtx.git | ||
- bin_env: /usr/bin/python3 | ||
- require: | ||
- sls: sift.python3-packages.pip | ||
- sls: sift.packages.git |