From ebdd08cef4a51198e9609c4da68f093b3226e159 Mon Sep 17 00:00:00 2001 From: Ben Hagen Date: Mon, 19 Dec 2011 10:49:10 -0600 Subject: [PATCH] Test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f25a189..1fe7145 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #What is NeoPI? NeoPI is a Python script that uses a variety of statistical methods to detect obfuscated and encrypted content within text/script files. The intended purpose of NeoPI is to aid in the detection of hidden web shell code. The development focus of NeoPI was creating a tool that could be used in conjunction with other established detection methods such as Linux Malware Detect or traditional signature/keyword based searches. -NeoPI recursively scans through the file system from a base directory and will rank files based on the results of a number of tests. It also presents a “general” score derived from file rankings within the individual tests. +NeoPI recursively scans through the file system, from a base directory, and will rank files based on the results of a number of tests. It also presents a “general” score derived from file rankings within the individual tests. #Requirements NeoPI is platform independent and can be run on any system with Python 2.6 or greater installed installed. The user running the script should have read access to all of the files that will be scanned. -- 2.11.4.GIT