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
Detect_polyfill_CVE-2024-38537- — Here's a Python script that checks if the polyfill.io domain is present in the Content Security Policy (CSP) header of a given web application. | Kitploit
Tools/GitHubGitHub/havoc10-sw/detect_polyfill_cve-2024-38537-
Vulnerability ScannersAPI Security TestingConfiguration AuditingWeb SecurityMisconfiguration
GitHubhavoc10-sw/detect_polyfill_cve-2024-38537-

Detect_polyfill_CVE-2024-38537-

Here's a Python script that checks if the polyfill.io domain is present in the Content Security Policy (CSP) header of a given web application.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
2 years agoNot yet reviewed

Detect_polyfill_CVE-2024-38537

Here's a Python script that checks if the polyfill.io domain is present in the Content Security Policy (CSP) header of a given web application. Steps: 1.Save the modified script (check_csp_from_file.py) in the same directory as your urls.txt file. 2.Run the script using python check_csp_from_file.py. 3.The script will read each URL from urls.txt, fetch the CSP headers, and check if polyfill.io is allowed in each URL's CSP header.

Download Tool