maybe
control filesystem modifications before they occur
Install
- All systems
-
curl cmd.cat/maybe.sh
- Debian
-
apt-get install maybe
- Ubuntu
-
apt-get install maybe
- Kali Linux
-
apt-get install maybe
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install maybe
- Raspbian
-
apt-get install maybe
- Dockerfile
- dockerfile.run/maybe
maybe
control filesystem modifications before they occur
maybe runs processes under the control of ptrace. When it intercepts a system call that is about to make changes to the file system, it logs that call, ignores the system call and indicates success to the calling process. After execution, maybe produces a report of all attempted changes to the filesystem, and offers to re-run the process (without filtering this time).