Skip to main content

47 docs tagged with "Vulnerabilities"

View all tags

Clickjacking

This repository hosts a professional Proof of Concept (PoC) showcasing the Clickjacking vulnerability in web applications. Clickjacking represents a…

ClickJacking Vuln

Clickjacking, also known as a “UI redress attack”, is when an attacker uses multiple transparent or opaque layers to trick a user into clicking on a…

CORS

CORS — methodology, techniques, and references.

CRLF

CRLF — methodology, techniques, and references.

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) is an attack that tricks a user into executing unwanted actions on a web application where they are authenticated. By…

How to Identify DOM-Based XSS?

DOM-based XSS occurs when the vulnerability is in the JavaScript code running in the browser, rather than in the server-side response. The malicious…

IDOR

Got it! Here's a nicely formatted and easy-to-read Markdown table and cheatsheet for IDOR (Insecure Direct Object Reference) payloads, bypasses, and…

In progress

Arbitrary Cookie Flags — methodology, techniques, and references.

In progress

Back button attack — methodology, techniques, and references.

In progress

Broken Authentication — methodology, techniques, and references.

In progress

BruteForce Attack — methodology, techniques, and references.

In progress

Captcha Bypass — methodology, techniques, and references.

In progress

Command Injection — methodology, techniques, and references.

In progress

Credential Stuffing — methodology, techniques, and references.

In progress

Host Header Injection — methodology, techniques, and references.

In progress

Improper Error Handling — methodology, techniques, and references.

In progress

Information Disclosure — methodology, techniques, and references.

In progress

Insecure Object Storage — methodology, techniques, and references.

In progress

Insufficient Security Controls — methodology, techniques, and references.

In progress

Insufficient Transport Layer Protection — methodology, techniques, and references.

In progress

Misconfigured HTTP Headers — methodology, techniques, and references.

In progress

Open Redirect — methodology, techniques, and references.

In progress

Outdated TLS Version — methodology, techniques, and references.

In progress

Path Traversal — methodology, techniques, and references.

In progress

Privilege Escalation — methodology, techniques, and references.

In progress

Race Condition — methodology, techniques, and references.

In progress

This payload is designed to exploit a Remote Code Execution (RCE) vulnerability through a file upload mechanism that accepts .jpg files. The payload is…

In progress

Security Header Missing — methodology, techniques, and references.

In progress

Server Misconfigurations — methodology, techniques, and references.

In progress

Session Fixation — methodology, techniques, and references.

In progress

tabnabbing — methodology, techniques, and references.

In progress

Unrestricted File Upload — methodology, techniques, and references.

In progress

Unsecured API Endpoints — methodology, techniques, and references.

In progress

Unvalidated Redirects and Forwards — methodology, techniques, and references.

In progress

Weak Ciphers — methodology, techniques, and references.

In progress

Web Cache Deception — methodology, techniques, and references.

Server-Side Template Injection (SSTI)

Server-Side Template Injection (SSTI) is a type of security vulnerability that occurs when user input is insecurely embedded in server-side templates,…

SQL Injection

The impact of a successful SQL Injection attack can be severe, affecting the integrity, confidentiality, and availability of data. Some of the most…

SSRF

SSRF — methodology, techniques, and references.

XML External Entity (XXE)

XML external entity injection (also known as XXE) is a web security vulnerability that allows an attacker to interfere with an application's processing…

XSS

Bypassing WAF (Web Application Firewall) in XSS (Cross-Site Scripting) attacks relies on exploiting various techniques and methods to bypass the…

XSS - Cross Site Scripting

XSS is exploited when the attacker can successfully execute any type of script (for example, JavaScript) on the victim's browser. These types of flaws…