Skip to content

Commit

Permalink
Merge pull request #849 from nathan-watson-uk/master
Browse files Browse the repository at this point in the history
Update nikto_dishwasher.plugin Typo
  • Loading branch information
sullo authored Nov 15, 2024
2 parents cf9a791 + 4e41e29 commit 94d8f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/plugins/nikto_dishwasher.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sub nikto_dishwasher {
add_vulnerability(
$mark,
"$path: Site appears vulnerable to the dishwasher directory traversal vulnerability.",
999951, CVE- 2017 - 7240,
999951, CVE-2017-7240,
"GET", $path, $request, $response
);
}
Expand Down

0 comments on commit 94d8f7c

Please sign in to comment.