Skip to content

Commit 82d2777

Browse files
committed
Minor update
1 parent 59e31e2 commit 82d2777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/http/binom3_login_config_pass_dump.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def do_login(user, pass)
157157

158158
if res && res.code == 200
159159
print_good('++++++++++++++++++++++++++++++++++++++')
160-
print_good('#{rhost} - dumping configuration')
160+
print_good("#{rhost} - dumping configuration")
161161
print_good('++++++++++++++++++++++++++++++++++++++')
162162

163163
print_good("#{rhost}:#{rport} - File retrieved successfully!")
@@ -181,7 +181,7 @@ def do_login(user, pass)
181181

182182
if res && res.code == 200
183183
print_good('++++++++++++++++++++++++++++++++++++++')
184-
print_good('#{rhost} - dumping password file')
184+
print_good("#{rhost} - dumping password file")
185185
print_good('++++++++++++++++++++++++++++++++++++++')
186186

187187
print_good("#{rhost}:#{rport} - File retrieved successfully!")

0 commit comments

Comments
 (0)