Skip to content

Commit 9fb9ab8

Browse files
committed
Add URL reference
1 parent bc542a0 commit 9fb9ab8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/auxiliary/scanner/rsync/modules_list.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ def initialize
1616
'Name' => 'Rsync Unauthenticated List Command',
1717
'Description' => 'List all (listable) modules from a rsync daemon',
1818
'Author' => 'ikkini',
19+
'References' =>
20+
[
21+
['URL', 'http://rsync.samba.org/ftp/rsync/rsync.html']
22+
],
1923
'License' => MSF_LICENSE
2024
)
2125
register_options(

0 commit comments

Comments
 (0)