[go: nahoru, domu]

Skip to content

Commit

Permalink
Add new URL
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Mar 27, 2019
1 parent 37a6a7f commit d8c3111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/plugins/nikto_httpoptions.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ sub nikto_httpoptions {
return if $mark->{'terminate'};
($res, $content, $error, $request, $response) = nfetch($mark, "/", "DEBUG", "", "", "", "httpoptions: DEBUG");
if ($res == 200 && (LW2::md5($content) ne $junkmethodresp)) {
add_vulnerability($mark, "DEBUG HTTP verb may show server debugging information.", 999972, 0, "DEBUG", '/', $request, $response);
add_vulnerability($mark, "DEBUG HTTP verb may show server debugging information. See https://docs.microsoft.com/en-us/visualstudio/debugger/how-to-enable-debugging-for-aspnet-applications?view=vs-2017 for details.", 999972, 0, "DEBUG", '/', $request, $response);
}

# IIS PROPFIND HEADER
Expand Down

0 comments on commit d8c3111

Please sign in to comment.