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 e9c7866 commit b84379aCopy full SHA for b84379a
modules/exploits/windows/local/bypassuac_injection.rb
@@ -24,6 +24,8 @@ def initialize(info={})
24
technique to drop only the DLL payload binary instead of three seperate
25
binaries in the standard technique. However, it requires the correct
26
architecture to be selected, (use x64 for SYSWOW64 systems also).
27
+ If specifying EXE::Custom your DLL should call ExitProcess() after starting
28
+ your payload in a seperate process.
29
},
30
'License' => MSF_LICENSE,
31
'Author' => [
0 commit comments