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
ie11_vbscript_exploit — Exploit Generator for CVE-2018-8174 & CVE-2019-0768 (RCE via VBScript Execution in IE11) | Kitploit
Tools/GitHubGitHub/ruthlezs/ie11_vbscript_exploit
Exploit FrameworksPayload GenerationExploitationWeb Application ExploitationPenetration TestingSocial Engineering
GitHubruthlezs/ie11_vbscript_exploit

ie11_vbscript_exploit

Exploit Generator for CVE-2018-8174 & CVE-2019-0768 (RCE via VBScript Execution in IE11)

View Repository
947 years 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

IE11 VBScript Exploit

Exploit Generator for CVE-2018-8174 & CVE-2019-0768 (RCE via VBScript Execution in IE11)

Prerequisite

  • Metasploit
  • msfvenom

Usage

python ie11_vbscript.py [Listener IP] [Listener Port]

Instruction

  1. Use this script to generate "exploit.html"
  2. Host the html file on your server
  3. Setup a handler with windows/meterpreter/reverse_tcp in Metasploit
  4. In your handler, set AutoRunScript with "post/windows/manage/migrate"
  5. Perform social engineering attack with the payload url

Credit

https://www.exploit-db.com/exploits/44741

CVEs

https://nvd.nist.gov/vuln/detail/CVE-2018-8174 https://nvd.nist.gov/vuln/detail/CVE-2019-0768

Download Tool