diff options
author | Freya Murphy <freya@freyacat.org> | 2024-05-24 09:05:42 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-05-24 09:05:42 -0400 |
commit | c5f39ea2cd7cf02246705ea8872d3b350526165c (patch) | |
tree | 2694f9fdc5d83b529a01f2997c1d89c271c86592 /src/assets/projects/01-crab.md | |
download | website-c5f39ea2cd7cf02246705ea8872d3b350526165c.tar.gz website-c5f39ea2cd7cf02246705ea8872d3b350526165c.tar.bz2 website-c5f39ea2cd7cf02246705ea8872d3b350526165c.zip |
initial
Diffstat (limited to 'src/assets/projects/01-crab.md')
-rw-r--r-- | src/assets/projects/01-crab.md | 8 |
1 files changed, 8 insertions, 0 deletions
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. |