Skip to content

Commit 6d4abe9

Browse files
committed
Merge branch 'id_revision' of github.com:FireFart/metasploit-framework into FireFart-id_revision
2 parents 92e1604 + 8f2dd8e commit 6d4abe9

File tree

1,155 files changed

+0
-5571
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,155 files changed

+0
-5571
lines changed

modules/encoders/cmd/generic_sh.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
##
2-
# $Id$
3-
##
4-
51
##
62
# This file is part of the Metasploit Framework and may be subject to
73
# redistribution and commercial restrictions. Please see the Metasploit
@@ -21,7 +17,6 @@ class Metasploit3 < Msf::Encoder
2117
def initialize
2218
super(
2319
'Name' => 'Generic Shell Variable Substitution Command Encoder',
24-
'Version' => '$Revision$',
2520
'Description' => %q{
2621
This encoder uses standard Bourne shell variable substitution
2722
tricks to avoid commonly restricted characters.

modules/encoders/cmd/ifs.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
##
2-
# $Id$
3-
##
4-
51
##
62
# This file is part of the Metasploit Framework and may be subject to
73
# redistribution and commercial restrictions. Please see the Metasploit
@@ -22,7 +18,6 @@ class Metasploit3 < Msf::Encoder
2218
def initialize
2319
super(
2420
'Name' => 'Generic ${IFS} Substitution Command Encoder',
25-
'Version' => '$Revision$',
2621
'Description' => %q{
2722
This encoder uses standard Bourne shell variable substitution
2823
to avoid spaces without being overly fancy.

modules/encoders/cmd/printf_php_mq.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
##
2-
# $Id$
3-
##
4-
51
##
62
# This file is part of the Metasploit Framework and may be subject to
73
# redistribution and commercial restrictions. Please see the Metasploit
@@ -27,7 +23,6 @@ class Metasploit3 < Msf::Encoder
2723
def initialize
2824
super(
2925
'Name' => 'printf(1) via PHP magic_quotes Utility Command Encoder',
30-
'Version' => '$Revision$',
3126
'Description' => %q{
3227
This encoder uses the printf(1) utility to avoid restricted
3328
characters. Some shell variable substituion may also be used

modules/encoders/encoder_test.rb.ut.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
##
2-
# $Id$
3-
##
4-
51
##
62
# This file is part of the Metasploit Framework and may be subject to
73
# redistribution and commercial restrictions. Please see the Metasploit

modules/encoders/generic/none.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
##
2-
# $Id$
3-
##
4-
51
##
62
# This file is part of the Metasploit Framework and may be subject to
73
# redistribution and commercial restrictions. Please see the Metasploit
@@ -18,7 +14,6 @@ class Metasploit3 < Msf::Encoder
1814
def initialize
1915
super(
2016
'Name' => 'The "none" Encoder',
21-
'Version' => '$Revision$',
2217
'Description' => %q{
2318
This "encoder" does not transform the payload in any way.
2419
},

modules/encoders/generic/none.rb.ut.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
##
2-
# $Id$
3-
##
4-
51
##
62
# This file is part of the Metasploit Framework and may be subject to
73
# redistribution and commercial restrictions. Please see the Metasploit

modules/encoders/mipsbe/longxor.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
##
2-
# $Id$
3-
##
4-
51
##
62
# This file is part of the Metasploit Framework and may be subject to
73
# redistribution and commercial restrictions. Please see the Metasploit
@@ -19,7 +15,6 @@ class Metasploit3 < Msf::Encoder::Xor
1915
def initialize
2016
super(
2117
'Name' => 'XOR Encoder',
22-
'Version' => '$Revision$',
2318
'Description' => %q{
2419
Mips Web server exploit friendly xor encoder
2520
},

modules/encoders/mipsle/longxor.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
##
2-
# $Id$
3-
##
4-
51
##
62
# This file is part of the Metasploit Framework and may be subject to
73
# redistribution and commercial restrictions. Please see the Metasploit
@@ -19,7 +15,6 @@ class Metasploit3 < Msf::Encoder::Xor
1915
def initialize
2016
super(
2117
'Name' => 'XOR Encoder',
22-
'Version' => '$Revision$',
2318
'Description' => %q{
2419
Mips Web server exploit friendly xor encoder
2520
},

modules/encoders/php/base64.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
##
2-
# $Id$
3-
##
4-
51
##
62
# This file is part of the Metasploit Framework and may be subject to
73
# redistribution and commercial restrictions. Please see the Metasploit
@@ -19,7 +15,6 @@ class Metasploit3 < Msf::Encoder
1915
def initialize
2016
super(
2117
'Name' => 'PHP Base64 Encoder',
22-
'Version' => '$Revision$',
2318
'Description' => %q{
2419
This encoder returns a base64 string encapsulated in
2520
eval(base64_decode()), increasing the size by a bit more than

modules/encoders/ppc/longxor.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
##
2-
# $Id$
3-
##
4-
51
##
62
# This file is part of the Metasploit Framework and may be subject to
73
# redistribution and commercial restrictions. Please see the Metasploit
@@ -18,7 +14,6 @@ class Metasploit3 < Msf::Encoder::Xor
1814
def initialize
1915
super(
2016
'Name' => 'PPC LongXOR Encoder',
21-
'Version' => '$Revision$',
2217
'Description' => %q{
2318
This encoder is ghandi's PPC dword xor encoder with some size tweaks
2419
by HDM.

0 commit comments

Comments
 (0)