Skip to content

Releases: magicrc/procbuster

v1.1.0

03 May 15:03

Choose a tag to compare

feat: reimplement using Python

- Replace shell script with Python implementation
- Concurrent PID scanning via ThreadPoolExecutor
- file-read-cmd validated before scan via /proc/self/cmdline
- Results printed as-they-arrive (no buffering)
- --file-read-cmd mandatory, --workers and --timeout added

v1.0.0

15 Aug 14:15

Choose a tag to compare

Changelog

929bf21 feat: add procbuster shell script