Skip to content

Scan a file for viruses by submitting it to an ICAP server

License

Notifications You must be signed in to change notification settings

mxguardian/icap-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NAME

icap-scan.pl - Scan a file for viruses by submitting it to an ICAP server

SYNOPSIS

icap-scan.pl [options] icap://host[:port] filespec...

Options:
  -h   help
  -p   use preview mode if available
  -v   verbose

Exit codes:
  0    No virus found
  1    Virus found
  2    Invalid command line arguments
  111  Connection refused
  255  ICAP server error

DESCRIPTION

This script sends a file (or files) to an ICAP server for scanning. Directories are scanned recursively. Files larger than $max_file_size are skipped.

AUTHOR

Written by Kent Oyer [email protected]

COPYRIGHT AND LICENSE

Copyright (c) 2023 MXGuardian LLC. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

SEE ALSO

https://www.mxguardian.net

About

Scan a file for viruses by submitting it to an ICAP server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages