Fix sock_sendpage

bug/bundler_fix
jvazquez-r7 2015-04-21 14:17:19 -05:00
parent 46b678e9d2
commit 3f40342ac5
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ class Metasploit4 < Msf::Exploit::Local
OptString.new("WritableDir", [ true, "A directory where we can write files (must not be mounted noexec)", "/tmp" ]),
])
register_options([
OptBool.new("DEBUG", [ true, "Make the exploit executable be verbose about what it's doing", false ]),
OptBool.new("DEBUG_EXPLOIT", [ true, "Make the exploit executable be verbose about what it's doing", false ]),
])
end
@ -85,7 +85,7 @@ class Metasploit4 < Msf::Exploit::Local
#endif
|
current_task_struct_h(sc)
if datastore["DEBUG"]
if datastore["DEBUG_EXPLOIT"]
cparser.parse "#define DEBUG\n"
end