Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
druidvav committed Nov 19, 2013
1 parent 4959f62 commit 0f251b4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
examples
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file added examples.7z
Binary file not shown.
2 changes: 2 additions & 0 deletions sbin/find-viruses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

0 comments on commit 0f251b4

Please sign in to comment.