more descriptive note per @sempervictus

bug/bundler_fix
h00die 2016-05-18 19:08:01 -04:00
parent 815a2600a8
commit c621f689b2
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ class MetasploitModule < Msf::Post
def initialize(info={})
super( update_info( info,
"Name" => "Allwinner 3.4 Legacy Kernel Local Privileges Escalation",
"Name" => "Allwinner 3.4 Legacy Kernel Local Privilege Escalation",
"Description" => %q{
This module attempts to exploit a debug backdoor privilege escalation in
Allwinner SoC based devices.
@ -53,7 +53,7 @@ class MetasploitModule < Msf::Post
report_note(
:host => session,
:type => "host.escalation",
:data => "Escalated to root shell via backdoor"
:data => "Escalated to root shell via Allwinner backdoor"
)
else
print_error "Privilege Escalation FAILED"