https://github.com/yungwarlock/bad-apples
Periodically kill unwanted processes running in vm instance
https://github.com/yungwarlock/bad-apples
security virtual-machine
Last synced: over 1 year ago
JSON representation
Periodically kill unwanted processes running in vm instance
- Host: GitHub
- URL: https://github.com/yungwarlock/bad-apples
- Owner: yungwarlock
- Created: 2022-06-15T09:05:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T12:22:09.000Z (about 4 years ago)
- Last Synced: 2025-02-14T07:01:49.774Z (over 1 year ago)
- Topics: security, virtual-machine
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bad Apples
Bad apples periodically kills unwanted processes running in vm instance
# Quickstart
Install to your computer
```sh
python setup.py install
```
Running the app
```sh
bad_apples -c bad_apples.txt -d
```
# Setup
Install dev dependencies
```sh
sudo apt install -y devscripts debhelper build-essential dh-python python3-all
```
Build the debian package
```sh
debuild -b -us -uc
```
It will be built at `../`
The packages can then be installed into your VMs using packer, ansible or what you use