[go: nahoru, domu]

Skip to content

Commit

Permalink
Added punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 24, 2020
1 parent fca8aa8 commit 7330b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/plugins/nikto_headers.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ sub nikto_headers_postfetch {
if (!$HEADERS_XCTO{ $mark->{hostname} }{ $mark->{port} } && defined $result->{'whisker'}->{'code'}) {
if (!defined $result->{'x-content-type-options'}) {
add_vulnerability( $mark,
"The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type",
"The X-Content-Type-Options header is not set. This could allow the user agent to render the content of the site in a different fashion to the MIME type.",
999103, 0, $request->{'whisker'}->{'method'}, $request->{'whisker'}->{'uri'}, $request, $result);
}
$HEADERS_XCTO{ $mark->{hostname} }{ $mark->{port} } = 1;
Expand Down

0 comments on commit 7330b94

Please sign in to comment.