sibertime / vulnerable-web-application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vulnerable Web Application

Zafiyetli web uygulaması php dili ile kodlanmış ve üzerinde çeşitli birçok zafiyet barındırmaktadır. Bu zafiyetler şunlardır :

  • Sql injection (Blind)
  • Cross Site Scripting (XSS) (Stored)
  • Insecure Direct Object References (IDOR)
  • Cross Site Request Forgery (CSRF)
  • Open Redirect
  • File Upload
  • Broken Authentication
  • Sensitive Data Exposure
  • Broken Access Control

Uygulama Windows Server 2012 üzerinde xampp'ın en gücel sürümü ile test edilmiştir ve sorunsuz bir şekilde çalışmaktadır.

Kurulum

    $con = new mysqli("localhost", "root", "", "veritabani_adi");
    $host = "localhost";
    $username = "root";
    $password = "";
    $database = "veritabani_adi";
  • Settings dizini içinde bulunan "egitim.sql" adlı dosyayı veritabanına yüklemek yeterli olacaktır.

About


Languages

Language:PHP 82.7%Language:Python 9.4%Language:Hack 7.9%