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-2018-1000006-DEMO — The Demo for CVE-2018-1000006 | Kitploit
Tools/GitHubGitHub/chybeta/cve-2018-1000006-demo
Vulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationPayload DevelopmentBinary Exploitation
GitHubchybeta/cve-2018-1000006-demo

CVE-2018-1000006-DEMO

The Demo for CVE-2018-1000006

View Repository
39598 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-2018-1000006-DEMO

The Demo for CVE-2018-1000006

Analysis

Electron < v1.8.2-beta.4 Remote Command Execution Vulnerability —【CVE-2018-1000006】

POC

You can directly use elec_rce\elec_rce-win32-x64\elec_rce.exe

You can also package it yourself into an exe application to generate a vulnerable version. Take version 1.7.8 as an example:

root@kitploit:~
electron-packager ./test elec_rce --win --out ./elec_rce --arch=x64 --version=0.0.1 --electron-version=1.7.8 --download.mirror=https://npm.taobao.org/mirrors/electron/

Download Tool