Please add a specific test skip option
sql3t0 opened this issue · 1 comments
sql3t0 commented
Please add an option to skip specific test or add option to force continuation of tests even if you encountered a privesc. In this way, the tool is no longer a tool used only for privesc and becomes a used audit tool as well.
liamg commented
Thanks for the suggestion. I've added a --skip
option now which can be specified multiple times to skip multiple exploits, e.g.
traitor --skip docker:writable-socket --skip polkit:CVE-2021-3560
You can use it in v0.0.7
.