mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-21 11:36:40 +03:00
Fixed small bug in usage description in runav.pl (@inspectFile section).
@@ -3533,7 +3533,7 @@ The OWASP ModSecurity Core Rule Set (CRS) includes a utility script in the /util
|
|||||||
$CLAMSCAN = "clamscan";
|
$CLAMSCAN = "clamscan";
|
||||||
|
|
||||||
if ($#ARGV != 0) {
|
if ($#ARGV != 0) {
|
||||||
print "Usage: modsec-clamscan.pl <filename>\n";
|
print "Usage: runav.pl <filename>\n";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user