Path: blob/master/modules/social_engineering/edge_wscript_wsh_injection/config.yaml
1874 views
#1# Copyright (c) 2006-2026 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6module:7edge_wscript_wsh_injection:8enable: true9category: ["Social Engineering"]10name: "Edge WScript WSH Injection"11description: "Prompts the user to run \"Microsoft Windows Based Script Host\" (WScript.exe).<br/><br/>Uses <a href='https://leucosite.com/Microsoft-Edge-RCE/'>wshfile protocol handler</a> technique to load pubprn.vbs and <a href='https://enigma0x3.net/2017/08/03/wsh-injection-a-case-study/'>WSH injection in pubprn.vbs</a> to execute arbitrary code.<br/><br/>If the user allows execution, a VBS payload is downloaded from BeEF, and the specified commands are executed."12authors: [13"@qab", # wshfile protocol handler + traversal technique, and exploit14"@enigma0x3", # pubprn.vbs technique and exploit15"bcoles" # BeEF16]17target:18user_notify: ["E"]19not_working: ["ALL"]202122