Skip to main content

54 docs tagged with "Web"

View all tags

Captcha Bypass

Captcha Bypass — methodology, techniques, and references.

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…

JWT Attacks

JWT Attacks — methodology, techniques, and references.

Open File Upload

This page covers the specific angle of upload functionality and uploaded files being exposed without proper access control. For full exploitation of…

Open Redirect

Open Redirect — methodology, techniques, and references.

Path Traversal

Path Traversal — methodology, techniques, and references.

Race Condition

Race Condition — 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.

tabnabbing

tabnabbing — methodology, techniques, and references.

Weak Ciphers

Weak Ciphers — methodology, techniques, and references.

Web Application Pentesting

Welcome to the Web Application Penetration Testing repository. You will get help with OWASP standard references, as well as common test cases that get…

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…