Skip to content

Commit 1d26491

Browse files
committed
Ok... last fix, really
1 parent a161c1f commit 1d26491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/concrete5_member_list.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def extract_members(res, url)
114114
end
115115

116116
# print table
117-
print(membertbl.to_s)
117+
print_line(membertbl.to_s)
118118

119119
#store username to loot
120120
report_note({

0 commit comments

Comments
 (0)