https://github.com/machphy/delete_os_malware
https://github.com/machphy/delete_os_malware
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/machphy/delete_os_malware
- Owner: machphy
- Created: 2025-07-27T04:59:44.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-07-27T05:01:44.000Z (11 months ago)
- Last Synced: 2025-10-27T19:43:28.502Z (8 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# delete_os_malware
This is a Linux-based `.desktop` auto-launch test project for educational purposes.
## What's Inside
- `delete_test.desktop` – A launcher that runs a script in a terminal
- `delete_test.sh` – A safe script that deletes and re-creates a test folder (`~/test_folder_to_delete`)
## Warning
This project **does NOT contain real malware**. It's for testing `.desktop` behavior and safe file deletion in a controlled environment.
## Usage
1. Make both files executable
2. Place the `.desktop` file in `~/.config/autostart/` to auto-run on login
3. Test and learn how launchers and deletion automation work