From c621f689b23667a4917a7d9e482f5c1fc80485df Mon Sep 17 00:00:00 2001 From: h00die Date: Wed, 18 May 2016 19:08:01 -0400 Subject: [PATCH] more descriptive note per @sempervictus --- modules/post/multi/escalate/allwinner_backdoor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/post/multi/escalate/allwinner_backdoor.rb b/modules/post/multi/escalate/allwinner_backdoor.rb index 387331fc08..0e54a7bbe1 100644 --- a/modules/post/multi/escalate/allwinner_backdoor.rb +++ b/modules/post/multi/escalate/allwinner_backdoor.rb @@ -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"