Adil's ShadowGuard is an advanced, lightweight system monitoring and keylogging tool designed for security professionals and corporate environments. It allows monitoring and logging of keyboard input, screenshots, and system events, all stored securely with AES encryption. The program automatically runs on system startup and ensures that the logs are stored safely, allowing for remote data transmission.
- Keyboard Logging: Logs every keystroke on the system.
- Screenshot Capture: Captures screenshots every 30 seconds.
- AES Encryption: All logs are encrypted using AES encryption for secure storage.
- Auto Startup: Program is configured to automatically start on system boot.
- Hidden Operation: The program runs invisibly, hiding the console window.
- Secure Data Storage: Stores logs and screenshots in an encrypted folder on the C drive.
-
Download the source code from the repository or clone it using the following command:
git clone https://github.com/Adilmunawar/Adils_ShadowGaurd.git
-
Compile the source code using a C++ IDE like Visual Studio. Make sure to link the necessary libraries, such as
gdiplus.lib
,advapi32.lib
, and others specified in the code. -
Once compiled, you can execute the
.exe
file. It will automatically create theC:\ADEncrypt
folder, start logging keystrokes, and take screenshots as per the specified intervals. -
The program is designed to run automatically when the system boots by adding itself to the Windows registry.
We welcome contributions from other developers and security professionals. If you'd like to help improve Adil's ShadowGuard, feel free to fork the repository, make your changes, and submit a pull request.
To contribute:
- 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 your branch (
git push origin feature-branch
). - Create a pull request.
- Email: adilfromavengers@gmail.com
- Instagram: How_Adil
This project is licensed under the MIT License - see the LICENSE.md file for details.
This program is intended for educational and security testing purposes only. Unauthorized use of this software can be illegal and unethical. Always ensure you have explicit permission before running it on any machine. The creator is not responsible for any misuse of the software.
Thank you for checking out Adil's ShadowGuard!