Skip to content

Commit 16341d3

Browse files
committed
Update w3tw0rk_exec.rb
1 parent 892f427 commit 16341d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/exploits/multi/misc/w3tw0rk_exec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
class Metasploit3 < Msf::Exploit::Remote
10-
Rank = AverageRanking
10+
Rank = ExcellentRanking
1111

1212
include Msf::Exploit::Remote::Tcp
1313

@@ -32,7 +32,6 @@ def initialize(info = {})
3232
'Payload' =>
3333
{
3434
'Space' => 300, # According to RFC 2812, the max length message is 512, including the cr-lf
35-
'BadChars' => '',
3635
'DisableNops' => true,
3736
'Compat' =>
3837
{

0 commit comments

Comments
 (0)