🔍
💻
🔐
🛡️
Live Community

Security Researchers Hall of Fame

Meet the elite security researchers, ethical hackers, and XSS masters who contribute to the world's most comprehensive payload database.

👥
15
Elite Contributors
💾
97
XSS Payloads
🌍
25+
Countries
🏆

Top Researcher

Mathias Bynens

8 Payloads
🥇

Most Active

BruteLogic

35 Payloads

Rising Star

New Contributors

+5 This Month

Hall of Fame

Honoring the security researchers who shape the future of XSS testing

🌟 Elite Contributors

⚡ Rising Stars

🔥 97+
Payloads Contributed
🌐 15
Active Contributors
🚀 25+
Countries Represented
⭐ 100K+
Tests Performed

How to Contribute

Join the community and help build the ultimate XSS payload database!

1

Fork the Repository

Fork the XSSNow repository on GitHub to your account

Fork Repository
2

Add Your Payload

Edit data/payloads.yaml and add your XSS payload using YAML format (no escaping needed!):

- code: |
    <script>alert("Hello World")</script>
  description: "Description of what your payload does"
  category: "advanced"
  contributor: "Your Full Name"
  github_username: "your-github-username"
  country: "Your Country"
  tags: ["bypass", "script", "alert"]
  browsers: ["Chrome", "Firefox", "Safari", "Edge"]
  date_added: "31-12-2025"

📝 Current Format Notes:

  • Date Format: Use DD-MM-YYYY format (e.g., "31-12-2025")
  • Contributor: Use your full name
  • GitHub Username: Your GitHub username for profile linking
  • Tags & Browsers: Use inline array format ["item1", "item2"]
3

Test Your Payload

Before submitting, ensure your payload:

  • ✅ Works in specified browsers
  • ✅ Is properly categorized
  • ✅ Has clear description and context
  • ✅ Follows ethical usage guidelines
4

Submit Pull Request

Create a pull request with your contribution. Include:

Clear PR title Payload testing results Browser compatibility notes Proper contributor attribution
5

Get Featured!

Once merged, you'll be featured on our contributors leaderboard and your payloads will help the security community!

Leaderboard recognition Community impact Security researcher credit