akde/infosec

Information security is ultimately about managing risk


Enumeration

Mandatory

  • Try to connect:
    1. Start the con­sole:
      /opt/mysql-shell-8.0.23-linux-glibc2.12-x86-64bit/bin# ./mysqlsh
    2. Try to con­nect with default cre­den­tials or found ones:
      MySQL JS > var test_conn = require('mysqlx');
      MySQL JS > var session = mysqlx.getSession({host: '192.168.156.58', user: 'root', password: 'root', port: 33060});

Leave a Reply

About

Personal collection of some infosec stuff. Primary purpose of this site is to collect and organize for myself.

Note: Some content is not publicly visible due to copyright issues. Therefore, some links could be broken.

Checklists

Categories

Checklists: Ports

python -c 'import pty;pty.spawn("/bin/bash")';

python3 -c 'import pty;pty.spawn("/bin/bash")';