Source: neopi
Section: web
Priority: optional
Maintainer: Miguel Angel Martin Serrano <mamartin911@gmail.com>
Uploaders: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: https://github.com/Neohapsis/NeoPI
Vcs-Git: https://github.com/aborrero/pkg-neopi
Vcs-Browser: https://github.com/aborrero/pkg-neopi

Package: neopi
Architecture: all
Depends: ${misc:Depends}, python (>=2.6)
Description: web shell code detection
 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.
