Acreto Test Page
It works!
This is just the test page...
Test SQL Injection
In the field below type one of the SQL injection strings
' or 1=1 ' or 1=1-- ' or 1=1# ' or 1=1/*
Or try valid credentials:
test / test
Or click on the links below:
SQL Injection
More information about SQL injection can be found on https://en.wikipedia.org/wiki/SQL_injection
This Web Server has CORS enabled. Read more https://ubiq.co/tech-blog/enable-cors-apache-web-server/
$ sudo a2enmod headers
Directory Tag in Main Configuration File
<Directory /var/www/html> ... Header set Access-Control-Allow-Origin "*" ... </Directory>
VirtualHost Tag in Virtual Host Configuration File
<VirtualHost *:443> ... Header add Access-Control-Allow-Origin "*" ... </VirtualHost>