Common Web Vulnerability - PHP
  • Introduction to Common Web Vulnerability
  • LFI (Local File Inclusion)
  • SQL Injection
  • OS Command Injection
  • Remote Code Injection
  • Cross Site Scripting
  • Insecure File Upload
  • IDOR (Insecure Direct Object Referrence)
  • RFI(Remote File Inclusion)
  • Broken Access Control
  • Broken Authorization
  • Source code disclosure
  • php type juggling
  • git of terror
Powered by GitBook
On this page

Introduction to Common Web Vulnerability

Hello there, i'm gonna share about common web vulnerability that i encounter during my time as pentester. Let's see why, how to exploit and how to fix this issues!

This series knowledge sharing is based on LEKIR vulnerable applications. You can download using my github repo.

https://github.com/firdauskhairuddin/lekir

NextLFI (Local File Inclusion)

Last updated 1 year ago