Skip to content

Commit 43550b8

Browse files
committed
fixing line length
1 parent 041238f commit 43550b8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/auxiliary/scanner/http/binom3_login_config_pass_dump.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ def initialize(info={})
1515
super(update_info(info,
1616
'Name' => 'Binom3 Web Management Login Scanner, Config and Password File Dump',
1717
'Description' => %{
18-
This module scans for Binom3 Multifunctional Revenue Energy Meter and Power Quality Analyzer management login portal(s), and attempts to identify valid credentials. There are four (4) default accounts - 'root'/'root', 'admin'/'1', 'alg'/'1', 'user'/'1'. In addition to device config, 'root' user can also access password file. Other users - admin, alg, user - can only access configuration file. The module attempts to download configuration and password files depending on the login user credentials found.
18+
This module scans for Binom3 Multifunctional Revenue Energy Meter and Power Quality Analyzer
19+
management login portal(s), and attempts to identify valid credentials.
20+
There are four (4) default accounts - 'root'/'root', 'admin'/'1', 'alg'/'1', 'user'/'1'.
21+
In addition to device config, 'root' user can also access password file.
22+
Other users - admin, alg, user - can only access configuration file.
23+
The module attempts to download configuration and password files depending on the login user credentials found.
1924
},
2025
'References' =>
2126
[

0 commit comments

Comments
 (0)