Skip to content

Sequel

Pract

nmap -sV -sC <ip_target>

mysql -h <ip_target> -u root -p
SHOW DATABASES;
USE htb;
SHOW TABLES;
SELECT * FROM config;