[ A Python program to detect malicious registry persistence entries in the Windows Registry.
- Python 3.7+
- tkinter (usually included in standard Python installations)
- Clone the repository:
git clone https://github.com/kaotickj/persistenceDetector.git
- Change directory to the project folder:
cd persistenceDetector
- Run the Python script:
python registry_checker.py
or run persistenceDetector.exe double clicking the icon or running:
persistenceDetector.exe
- Launch the program.
- Click the 'Check Registry' button to detect any malicious registry persistence.
- Follow the on-screen instructions to remediate any detected entries.
Contributions are welcome! Please follow these guidelines:
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Make your changes.
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature-branch).
- Create a new Pull Request.
Please review and adhere to the Code of Conduct to participate in this project.