shellfirm 0.3.9

`shellfirm` will intercept any risky patterns (default or defined by you) and prompt you a small challenge for double verification, kinda like a captcha for your terminal.
Documentation
1
2
3
4
5
- from: mysql
  test: (?i)mysql.*-e\s+.*\bDROP\s
  description: "Executing DROP commands via mysql CLI."
  id: mysql:drop
  severity: Critical