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
CVE-2021-30551 — my exp for chrome V8 CVE-2021-30551 | Kitploit
Tools/GitHubGitHub/xmzyshypnc/cve-2021-30551
Vulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationBinary Exploitation
GitHubxmzyshypnc/cve-2021-30551

CVE-2021-30551

my exp for chrome V8 CVE-2021-30551

View Repository
24113 years agoReviewed by Kitploit

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-2021-30551

My exp for chrome V8 CVE-2021-30551

You can found your chrome version by chrome://version

or go to http://whatsmyuseragent.org/

You can set up a webserver locally using python like:

root@kitploit:~
python3 -m http.server 8080

And the test it by accessing http://127.0.0.1:8080

reference

google project zero

Download Tool