Skip to content

sibertime/vulnerable-web-application

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published