hexec
Command line tool to hook into exec calls
Install
- All systems
-
curl cmd.cat/hexec.sh
- Debian
-
apt-get install hexec
- Ubuntu
-
apt-get install hexec
- Kali Linux
-
apt-get install hexec
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install hexec
- Raspbian
-
apt-get install hexec
- Dockerfile
- dockerfile.run/hexec
hexec
Command line tool to hook into exec calls
hexec can be used to hook into exec system calls. It evaluates a user defined expression against all hooked exec calls. This expression can contain simple path checks (e.g. -path "*/name") and even complex bash scripts.