- The plugin system is a robust and extensive feature that auto-detects the hive type and execute the relevant plugins
- persistence
- Installed services
- List routes
- Get computer name
- Shimcache
- Timezone data
- Persistence
- runmru
- Recent documents
- Typed URLs
- User Assist
- Word Wheel Query
- Parse amcache
- Persistence
- Installed programs
- Sysinternals EULA
- User SIDs
- Windows version info
- Profile List
- Users and groups
Adding a new plugin is very straight forward:
- Copy the
regipy/plugins/plugin_template.py
file to the relevant folder (according to hive type) - Update the code:
- Update the
NAME
parameter and the Class name accordingly (NAME in snake case, Class name in camel case) - Feel free to use/add any utility function to
regipy/utils.py
- Import your class in
regipy/plugins/__init__.py
- Update the