Skip to content

Commit

Permalink
Fix msftidy warning: Suspect capitalization in module title: 'encoder'
Browse files Browse the repository at this point in the history
  • Loading branch information
wchen-r7 committed Feb 24, 2014
1 parent d0780cd commit a50b4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/encoders/x86/opt_sub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Metasploit3 < Msf::Encoder

def initialize
super(
'Name' => 'Sub encoder (optimised)',
'Name' => 'Sub Encoder (optimised)',
'Description' => %q{
Encodes a payload using a series of SUB instructions and writing the
encoded value to ESP. This concept is based on the known SUB encoding
Expand Down

0 comments on commit a50b4e8

Please sign in to comment.