[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix reporting... URI was botched
Browse files Browse the repository at this point in the history
  • Loading branch information
sullo committed May 27, 2016
1 parent 1cd4a42 commit a016db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/plugins/nikto_core.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -1931,7 +1931,7 @@ sub report_summary {
###############################################################################
sub report_item {
my ($mark, $item) = @_;
if ($item->{'uri'} == 'undef') { $item->{'uri'} = '/'; }
if ($item->{'uri'} eq 'undef') { $item->{'uri'} = '/'; }

# Go through all reporting modules
foreach my $reporter (@REPORTS) {
Expand Down

0 comments on commit a016db8

Please sign in to comment.