Skip to content

Commit d795b2f

Browse files
committed
Module cleanup
1 parent a4dc409 commit d795b2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/auxiliary/scanner/http/jenkins_enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,6 @@ def parse_system_info(body)
221221
# Report a jenkins information note for future analysis, tied to this service
222222
report_note(:host => rhost, :port => rport, :proto => 'tcp', :ntype => 'jenkins.info', :data => jinfo)
223223

224-
vprint_line('')
224+
vprint_line
225225
end
226226
end

modules/auxiliary/scanner/http/symantec_brightmail_logfile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def download_file(sid, fname)
118118
return
119119
end
120120

121-
vprint_line("")
121+
vprint_line
122122
vprint_line(res.body)
123123

124124
f = ::File.basename(fname)

modules/post/multi/manage/dbvis_add_db_admin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def dbvis_query(dbvis,sql)
208208
dbvis = "\"#{dbvis}\""
209209
cmd = "#{dbvis} #{args}"
210210
resp = cmd_exec(cmd)
211-
vprint_line("")
211+
vprint_line
212212
vprint_status("#{resp}")
213213
if resp =~ /denied|failed/i
214214
error = true

0 commit comments

Comments
 (0)