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
28458 — Python exploit script for CVE-2020-28458, a prototype pollution vulnerability in DataTables. It sends crafted payloads to target URLs, supports proxy and timeout configuration, and parses JSON responses to verify pollution. | Kitploit
Tools/GitHubGitHub/raka200juta/28458
Vulnerability AnalysisDynamic Code Analysis (DAST)ExploitationWeb SecurityPenetration Testing
GitHubraka200juta/28458

28458

Python exploit script for CVE-2020-28458, a prototype pollution vulnerability in DataTables. It sends crafted payloads to target URLs, supports proxy and timeout configuration, and parses JSON responses to verify pollution.

View Repository
179 months 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-28458

Affected versions of this package are vulnerable to Prototype Pollution. datatables v1.10.16-1.10.16

Usage

Run the Python script and enter the required inputs:

  • Target URL
  • Proxy URL (optional, leave blank if none)
  • Timeout in seconds (default 10)

Example: python3 exploit.py

The script uses logging for better output and checks for prototype pollution by parsing JSON responses where possible.

Download Tool