Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4
A collection of python scripts to work with Windows Hives.
NotificationsYou must be signed in to change notification settings
p0dalirius/hivetools
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A collection of python scripts to work with Windows Hives.
Via python venv (on Ubuntu, you might needsudo apt install python3-venv first)
python3 -m venv ~/venv_hivesource ~/venv_hive/bin/activatepython3 -m pip install --upgrade pippython3 -m pip install python-registrypython3 -m pip install richGet a specific key in a hive:
./hive-get-keys.py -H ./examples/hives/SAM -k 'SAM\Domains\Builtin\Aliases\Members\S-1-5-21-877132822-430060850-1589397531\000001F4\(default)'Exporting a hive to JSON:
./hive-to-json.py --hive ./examples/hives/SYSTEM -o ./examples/json/SYSTEM.json
Pull requests are welcome. Feel free to open an issue if you want to add other features.
About
A collection of python scripts to work with Windows Hives.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.
