Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/cybernegro/cve-2020-11023
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubcybernegro/cve-2020-11023

CVE-2020-11023

CVE-2020-11023 PoC for bug bounty.

View Repository
312 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2020-11023 POC Dom XSS

This proof of concept, demostraste an security flaw of dom-bases XSS manipulating and using JQuery DOM Methods. eg:(.append, .text,.html)

Payload i used: alert("Text: " + $("#test").text());

To test the vulnerability do the following:

  1. Open and web console, on your browser and in the scope site.

  2. Go to the console window and put the following payload:

  3. Payload: alert("Text: " + $("#test").text());

Download Tool