• Stars
    star
    1,678
  • Rank 27,830 (Top 0.6 %)
  • Language
  • License
    Other
  • Created over 4 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

For basic researches, top 25 vulnerability parameters that can be used in automation tools or manual recon. πŸ›‘οΈβš”οΈπŸ§™


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, they were prepared by the TR Bug Hunters Community, which I founded, and myself.

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

More Repositories