[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request sullo#446 from opt9/development
Browse files Browse the repository at this point in the history
Fix a small typo
  • Loading branch information
tautology0 authored Feb 22, 2017
2 parents c0f7ade + e6b1cae commit 3cfc104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/plugins/nikto_ms10_070.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ sub nikto_ms10_070 {
$string = LW2::decode_base64($string);
if ((length($string) % 8) == 0) {
$mark->{'ms100707'}=1;
add_vulnerability($mark, "Server may be vulnerable to MS10-070 (based on numeric calculation), thus allowing a cryptographic padding oracle. This vulnerabilty must be manually vlidated. See http://blog.gdssecurity.com/labs/2010/9/14/automated-padding-oracle-attacks-with-padbuster.html", 999959, 68127, $method, $response->{'whisker'}->{'uri'}, $request, $response);
add_vulnerability($mark, "Server may be vulnerable to MS10-070 (based on numeric calculation), thus allowing a cryptographic padding oracle. This vulnerabilty must be manually validated. See http://blog.gdssecurity.com/labs/2010/9/14/automated-padding-oracle-attacks-with-padbuster.html", 999959, 68127, $method, $response->{'whisker'}->{'uri'}, $request, $response);
}
}

Expand Down

0 comments on commit 3cfc104

Please sign in to comment.