diff --git a/lib/msf/base/simple/auxiliary.rb b/lib/msf/base/simple/auxiliary.rb index 1fd2b61465..1834e2f741 100644 --- a/lib/msf/base/simple/auxiliary.rb +++ b/lib/msf/base/simple/auxiliary.rb @@ -3,7 +3,7 @@ module Simple ### # -# A simplified recon wrapper. +# A simplified auxiliary wrapper. # ### module Auxiliary diff --git a/lib/msf/base/simple/buffer.rb b/lib/msf/base/simple/buffer.rb index 1914f8ec1b..ae7b4a69d4 100644 --- a/lib/msf/base/simple/buffer.rb +++ b/lib/msf/base/simple/buffer.rb @@ -14,7 +14,7 @@ module Buffer # # Serializes a buffer to a provided format. The formats supported are raw, - # ruby, perl, and c. + # ruby, perl, c, js_be, js_le and java # def self.transform(buf, fmt = "ruby") case fmt @@ -40,7 +40,7 @@ module Buffer # # Creates a comment using the supplied format. The formats supported are - # raw, ruby, perl, js_be, js_le, and c. + # raw, ruby, perl, js_be, js_le, c, and java. # def self.comment(buf, fmt = "ruby") case fmt @@ -65,4 +65,4 @@ module Buffer end end -end \ No newline at end of file +end