Skip to content

Commit 26dec4e

Browse files
author
jvazquez-r7
committed
last cleanup for sami_ftpd_list
1 parent 42efe59 commit 26dec4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/windows/ftp/sami_ftpd_list.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
require 'msf/core'
99

1010
class Metasploit4 < Msf::Exploit::Remote
11-
Rank = AverageRanking
11+
Rank = LowRanking
1212

1313
include Msf::Exploit::Remote::Ftp
1414

@@ -34,6 +34,7 @@ def initialize(info = {})
3434
'References' =>
3535
[
3636
[ 'OSVDB', '90815'],
37+
[ 'BID', '58247'],
3738
[ 'EDB', '24557']
3839
],
3940
'Privileged' => false,

0 commit comments

Comments
 (0)