[root@kvm11 config]# vim config.inc.php [root@kvm11 config]# grep DVWA.*recaptcha config.inc.php $_DVWA[ 'recaptcha_public_key' ] = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'; $_DVWA[ 'recaptcha_private_key' ] = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
[root@kvm11 config]# chown -R apache.apache /var/www/html/
[root@kvm11 config]# systemctl restart mariadb.service httpd.service