Skip to content

Commit e6f0736

Browse files
committed
Add peer
1 parent 8b6519b commit e6f0736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/apache_mod_cgi_bash_env.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def run_host(ip)
4747
)
4848

4949
if res && res.code == 200
50-
vprint_good(res.body)
50+
vprint_good("#{peer} - #{res.body}")
5151
end
5252
end
5353

0 commit comments

Comments
 (0)