Enumeration

jnelson@meta2:~$ whoami
jnelson
jnelson@meta2:~$ uname -a
Linux meta2 5.10.0-19-amd64 #1 SMP Debian 5.10.149-2 (2022-10-21) x86_64 GNU/Linux
jnelson@meta2:~$ sudo -l

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.

[sudo] password for jnelson: 
Sorry, user jnelson may not run sudo on meta2.
jnelson@meta2:~$ ls
user.txt

I thought I could use the blog users credentials to log in to mysql but it gives me access denied.

jnelson@meta2:/$ cat .bash_history 
cat: .bash_history: Permission denied

There is a hidden folder:

It is encrypted using PGP. Passpie is a password manager.

We need the private keys which is hidden.

I download the file into my machine.

Last updated