11 src = fetchFromGitHub {
15 sha256 = "sha256-LQfKdjZaTm5z8DUt6He/RJHbOUCUwP3CV3Fyt5rJIfU=";
21 description = "Automatic Linux privilege escalation";
23 Automatically exploit low-hanging fruit to pop a root shell. Traitor packages
24 up a bunch of methods to exploit local misconfigurations and vulnerabilities
25 (including most of GTFOBins) in order to pop a root shell.
27 homepage = "https://github.com/liamg/traitor";
28 platforms = platforms.linux;
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];