One-Click Registry Management Tool with GUI
Windows10
git clone https://github.com/SecOfSW/rego.git
Following python modules are required
pip install -r requirements.txt
If you get PyQt5 ImportError, try this:
pip install --upgrade pyqt5
Need to be run as ADMINISTRATOR privilege
After cloning the repo, just run REGO_main.py
python3 ./REGO_main.py
or run executable file at release page
REGO.exe
- Scan Scan security related registry based on our database.
- Monitor Monitoring registry based on our database.
- Dump
Dump registry related to users.
HKEY_CURRENT_USER
andHKEY_USERS
will be dumped. Also, support making diff of two dump files. - Utility Activate functions with one-click.
- Jinwoo Choi - Initial work
- Yeonseok Jang - Initial work - 7illume21
- Sangwon Shin - Initial work - husask11
- Taejun Lee - Initial work - HckEX
This project is licensed under the MIT License