chromium-exploit-dev
Toolkit to weaponize Chromium vulnerabilities into reliable, cross-platform, full-chain exploits
File Explorer
Download Latest Version (.zip)- launch.json
- tasks.json
- demo.mp4
- monitor.png
- common.md
- fingerprint.md
- renderer.md
- shellcodes.md
- v8.md
- main.md
- tools.md
- vulns.md
- README.md
- third-party.md
- convert.js
- dom.js
- stability.js
- v8-utils.js
- versions.js
- wasm-module-builder.js
- d8.js
- linux.js
- useragent.js
- win.js
- mojo.js
- cmd_exec.asm
- revshell.asm
- stage0.asm
- syscall.asm
- call_native_function.asm
- get_base_addr.asm
- get_export_addr.asm
- stage0.asm
- x64-linux.js
- x64-win.js
- x64.js
- egghunt.js
- isolate.js
- partitionalloc.js
- wasmrwx.js
- cage.js
- memory.js
- rwx.js
- build.py
- copy_mojo_js_bindings.py
- download.py
- symbols.py
- wasm-module-builder.py
- CVE-2024-7971.js
- CVE-2025-0291.js
- CVE-2025-2135.js
- CVE-2025-5419.js
- calc.cpp
- putty.exe
- winspool.drv
- CVE-2024-11114.js
- 352689356.js
- 379140430.js
- 395659804.js
- 421403261.js
- calc.js
- symbols.js
- .gitignore
- index.html
- jsconfig.json
- LICENSE
- main.js
- monitor.html
- README.md
- requirements.txt
- server.py
# Installation Guide
1. Get the code
git clone https://github.com/Petitoto/chromium-exploit-dev
Downloads the entire project code from GitHub to your computer.
cd chromium-exploit-dev
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python server.py
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
