diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b726568 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +examples \ No newline at end of file diff --git a/README.md b/README.md index a525068..3f676b4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ virus-finder ============ + +WARNING! File `examples.7z` contains example of viruses, shells, etc. +Password on this file is "password". Please, do not unpack it unless you +are absolutely sure about what you are doing. \ No newline at end of file diff --git a/examples.7z b/examples.7z new file mode 100644 index 0000000..4a9bef3 Binary files /dev/null and b/examples.7z differ diff --git a/sbin/find-viruses.sh b/sbin/find-viruses.sh index 3e5218e..6387f96 100755 --- a/sbin/find-viruses.sh +++ b/sbin/find-viruses.sh @@ -21,3 +21,5 @@ rm /tmp/av-php.tmp echo "Searching in htaccess..." find $1 -type f -name .htaccess -exec grep -li "RewriteCond %{HTTP_USER_AGENT} !" {} \; + +echo "Finished!" \ No newline at end of file