Skip to content

lutfumertceylan/top25-parameter

Repository files navigation


For basic researches, top 25 vulnerability parameters that can be used in automation tools or manual recon


What is top25-parameter 🧙⚔️

For basic researches, top 25 vulnerable parameters based on frequency of use with reference to various articles. These parameters can be used for automation tools or manual recon. Although the prevalence percentages of these parameters cannot be proven precisely.

Data sources include numerous articles, blogs, and other resources obtained via OSINT and other open-source projects including work similar to that of Jason Haddix and HUNT.

This repo contains common parameters of the following vulnerabilities:

- Cross-Site Scripting (XSS)
- Server-Side Request Forgery (SSRF)
- Local File Inclusion (LFI)
- SQL Injection (SQLi)
- Remote Code Execution (RCE) - [for GET and POST methods]
- Open Redirect

ToC


Top 25 Cross-Site Scripting (XSS) Parameters for @trbughunters @openbugbounty

Top 25 Server-Side Request Forgery (SSRF) Parameters for @trbughunters

Top 25 Local File Inclusion (LFI) Parameters for @trbughunters

Top 25 SQL Injection Parameters for @trbughunters

Top 25 Remote Code Execution (RCE) Parameters [GET based] for @trbughunters

Top 25 Open Redirect Parameters for @lutfumertceylan