Ubuntu Pastebin

Paste from e at Mon, 21 Aug 2017 15:59:16 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
e@e:~$ grep xxxx /etc/passwd
xxxx:x:1001:1001:X,,,:/home/xxxx:/bin/bash
e@e:~$ sudo login xxxx
Password: 
e@e:~$ sudo nano /etc/passwd
e@e:~$ grep xxxx /etc/passwd
xxxx:x:0:0:X,,,:/home/xxxx:/bin/bash
e@e:~$ sudo login xxxx

Login incorrect
e login: ^C
e@e:~$ ssh xxxx@localhost
xxxx@localhost's password: 
Permission denied, please try again.
xxxx@localhost's password: 
Permission denied, please try again.
xxxx@localhost's password: 
Permission denied (publickey,password).
e@e:~$ ssh xxxx@localhost
xxxx@localhost's password: 
Permission denied, please try again.
xxxx@localhost's password: 
Download as text