Land #6910, Update allwinner_backdoor report_vuln hash

bug/bundler_fix
Brent Cook 2016-05-24 01:02:24 -05:00
commit c7b684dbd7
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
1 changed files with 4 additions and 3 deletions

View File

@ -50,9 +50,10 @@ class MetasploitModule < Msf::Post
if is_root?
print_good "Privilege Escalation Successful"
report_vuln(
host: session,
type: "host.escalation",
data: "Escalated to root shell via Allwinner backdoor"
host: session.session_host,
name: self.name,
refs: self.references,
info: 'Escalated to root shell via Allwinner backdoor'
)
else
print_error "Privilege Escalation FAILED"