Tag: Server-side
All the articles with the tag "Server-side".
-
SQL Injection
SQL injection attack vectors and exploitation techniques for database compromise' UNION SELECT 1,2,3 -- - ' UNION SELECT username,password,3 FROM us...
-
Insecure Direct Object References (IDOR)
Insecure Direct Object References (IDOR) is a critical web security vulnerability that occurs when an application exposes a reference to an internal implemen...
-
Local File Inclusion (LFI) & Path Traversal
Local File Inclusion (LFI) and path traversal vulnerabilities for reading sensitive files and remote code execution
-
NoSQL Injection
NoSQL injection is a security vulnerability that occurs when untrusted data is sent to a NoSQL database interpreter as part of a command or query. Unlike SQL...