Home
PayloadsAllTheThings
Cancel

Open Redirect

Open URL Redirection Unvalidated redirects and forwards are possible when a web application accepts untrusted input that could cause the web application to redirect the request to a URL contain...

SQLite Injection

SQLite Injection Summary SQLite comments SQLite version Integer/String based - Extract table name Integer/String based - Extract column name Boolean - Count number of tables Boolean ...

MYSQL Injection

Summary MYSQL Comment MYSQL Union Based Detect columns number Extract database with information_schema Extract columns name without information_schema Extract dat...

Insecure Management Interface

Insecure management interface Springboot-Actuator Actuator endpoints let you monitor and interact with your application. Spring Boot includes a number of built-in endpoints and lets you add your...

Crlf Injection

CRLF The term CRLF refers to Carriage Return (ASCII 13, \r) Line Feed (ASCII 10, \n). They’re used to note the termination of a line, however, dealt with differently in today’s popular Operatin...