Skip to content

Commit a88321c

Browse files
committed
Final touchup
1 parent 483b5e2 commit a88321c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/auxiliary/scanner/couchdb/couchdb_login.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ def initialize(info={})
1818
super(update_info(info,
1919
'Name' => 'CouchDB Login Utility',
2020
'Description' => %{
21-
This module attempts brute force to login to a CouchDB.
21+
This module will test CouchDB logins on a range of
22+
machines and report successful logins.
2223
},
2324
'Author' =>
2425
[

0 commit comments

Comments
 (0)