Skip to content

Commit 8f2dd8e

Browse files
committed
msftidy: Remove $Revision$
1 parent 25aaf7a commit 8f2dd8e

File tree

1,142 files changed

+0
-1147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,142 files changed

+0
-1147
lines changed

modules/encoders/cmd/generic_sh.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class Metasploit3 < Msf::Encoder
1717
def initialize
1818
super(
1919
'Name' => 'Generic Shell Variable Substitution Command Encoder',
20-
'Version' => '$Revision$',
2120
'Description' => %q{
2221
This encoder uses standard Bourne shell variable substitution
2322
tricks to avoid commonly restricted characters.

modules/encoders/cmd/ifs.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class Metasploit3 < Msf::Encoder
1818
def initialize
1919
super(
2020
'Name' => 'Generic ${IFS} Substitution Command Encoder',
21-
'Version' => '$Revision$',
2221
'Description' => %q{
2322
This encoder uses standard Bourne shell variable substitution
2423
to avoid spaces without being overly fancy.

modules/encoders/cmd/printf_php_mq.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ class Metasploit3 < Msf::Encoder
2323
def initialize
2424
super(
2525
'Name' => 'printf(1) via PHP magic_quotes Utility Command Encoder',
26-
'Version' => '$Revision$',
2726
'Description' => %q{
2827
This encoder uses the printf(1) utility to avoid restricted
2928
characters. Some shell variable substituion may also be used

modules/encoders/generic/none.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class Metasploit3 < Msf::Encoder
1414
def initialize
1515
super(
1616
'Name' => 'The "none" Encoder',
17-
'Version' => '$Revision$',
1817
'Description' => %q{
1918
This "encoder" does not transform the payload in any way.
2019
},

modules/encoders/mipsbe/longxor.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class Metasploit3 < Msf::Encoder::Xor
1515
def initialize
1616
super(
1717
'Name' => 'XOR Encoder',
18-
'Version' => '$Revision$',
1918
'Description' => %q{
2019
Mips Web server exploit friendly xor encoder
2120
},

modules/encoders/mipsle/longxor.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class Metasploit3 < Msf::Encoder::Xor
1515
def initialize
1616
super(
1717
'Name' => 'XOR Encoder',
18-
'Version' => '$Revision$',
1918
'Description' => %q{
2019
Mips Web server exploit friendly xor encoder
2120
},

modules/encoders/php/base64.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class Metasploit3 < Msf::Encoder
1515
def initialize
1616
super(
1717
'Name' => 'PHP Base64 Encoder',
18-
'Version' => '$Revision$',
1918
'Description' => %q{
2019
This encoder returns a base64 string encapsulated in
2120
eval(base64_decode()), increasing the size by a bit more than

modules/encoders/ppc/longxor.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class Metasploit3 < Msf::Encoder::Xor
1414
def initialize
1515
super(
1616
'Name' => 'PPC LongXOR Encoder',
17-
'Version' => '$Revision$',
1817
'Description' => %q{
1918
This encoder is ghandi's PPC dword xor encoder with some size tweaks
2019
by HDM.

modules/encoders/ppc/longxor_tag.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class Metasploit3 < Msf::Encoder::Xor
1414
def initialize
1515
super(
1616
'Name' => 'PPC LongXOR Encoder',
17-
'Version' => '$Revision$',
1817
'Description' => %q{
1918
This encoder is ghandi's PPC dword xor encoder but uses a tag-based
2019
terminator rather than a length.

modules/encoders/sparc/longxor_tag.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class Metasploit3 < Msf::Encoder::XorAdditiveFeedback
1414
def initialize
1515
super(
1616
'Name' => 'SPARC DWORD XOR Encoder',
17-
'Version' => '$Revision$',
1817
'Description' => %q{
1918
This encoder is optyx's 48-byte SPARC encoder with some tweaks.
2019
},

0 commit comments

Comments
 (0)