+
Summary XML Injection testing is when a tester tries to inject an XML doc to the application. If the XML parser fails to contextually validate data, …
By Win Stark
June 29, 2016
+
Enable Includes module sudo a2enmod include Editing config Open the /sites-available/default file sudo vim /etc/apache2/sites-available/default Find section <Directory /var/www/> and edit it to: <Directory /var/www/> Options …
+
1.OWASP Mutillidae https://sourceforge.net/projects/mutillidae/ 2.SQL injection Lab https://github.com/Audi-1/sqli-labs 3.DVWA (Damn Vulnerable Web App) https://github.com/RandomStorm/DVWA 4. webgoat https://github.com/WebGoat install maven: # apt-get install maven then step by step …