From c5f39ea2cd7cf02246705ea8872d3b350526165c Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 24 May 2024 09:05:42 -0400 Subject: initial --- src/assets/projects/01-crab.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/assets/projects/01-crab.md (limited to 'src/assets/projects/01-crab.md') diff --git a/src/assets/projects/01-crab.md b/src/assets/projects/01-crab.md new file mode 100644 index 0000000..9774dfc --- /dev/null +++ b/src/assets/projects/01-crab.md @@ -0,0 +1,8 @@ +--- +name: crab +repo: crab +--- + +Crab, a.k.a Cool Rust Authentication Binary, is a privilege escalation program for Linux systems written in rust. +It allows users to temporarily gain root privileges for what they need, given they are allowed to in the crab conf file. +It authenticates the current user with the PAM api built into Linux. -- cgit v1.2.3-freya