Project

General

Profile

Start Here » History » Version 25

Luke Murphey, 02/01/2011 07:09 PM

1 13 Luke Murphey
h1. NSIA: Network System Integrity Analysis or "Website Intrusion Detection System" 
2 13 Luke Murphey
3 24 Luke Murphey
NSIA is a system for detecting defacements, errors, information leaks and other types of security problems on websites and web applications.
4 24 Luke Murphey
5 24 Luke Murphey
 * "More information":http://ThreatFactor.com/Products
6 24 Luke Murphey
 * "Screenshots":http://threatfactor.com/Products/NSIA/Screenshots
7 24 Luke Murphey
 * [[Known issues]]
8 13 Luke Murphey
9 25 Luke Murphey
h2. Project Goals
10 25 Luke Murphey
11 25 Luke Murphey
The following are the three main goals of the project:
12 25 Luke Murphey
13 25 Luke Murphey
# Easy to install and setup: must be able to setup monitoring of a website in 10 minutes or less
14 25 Luke Murphey
# Easy to monitor: must be able to set a baseline so that only new issues are generate an alert in 5 clicks or less
15 25 Luke Murphey
# High quality findings: must detect a wide spectrum of issues including security incidents, vulnerabilities, errors and malicious content (e.g. racial aspersions)
16 25 Luke Murphey
17 6 Luke Murphey
h2. Getting the Software
18 6 Luke Murphey
19 1 Luke Murphey
You can download NSIA from "SourceForge.com":http://sourceforge.net/projects/nsia/files/ or "ThreatFactor.com":http://threatfactor.com/Products/NSIA/Downloads. See the [[Installing NSIA|installation instructions]] once you download it.
20 18 Luke Murphey
21 11 Luke Murphey
h2. Getting Started
22 1 Luke Murphey
23 1 Luke Murphey
 * [[User Guide]]
24 1 Luke Murphey
 * [[Developer Guide]]
25 1 Luke Murphey
26 1 Luke Murphey
See also the "Quick start guide":http://threatfactor.com/media/misc/Quick%20Start%20Guide.pdf
27 1 Luke Murphey
28 1 Luke Murphey
h2. Getting Support
29 1 Luke Murphey
30 1 Luke Murphey
If you need support you can:
31 1 Luke Murphey
32 1 Luke Murphey
 * "Create a Support Ticket":http://lukemurphey.net/projects/nsia/issues/new
33 1 Luke Murphey
 * Email the project leader: Luke at Threatfactor.com
34 23 Luke Murphey
35 23 Luke Murphey
h2. Getting the Source Code
36 23 Luke Murphey
37 23 Luke Murphey
NSIA is an open source project hosted at "Sourceforge":https://sourceforge.net/projects/nsia/.
38 23 Luke Murphey
39 23 Luke Murphey
You can check out the source code using yourself via the following command (assuming you have "subversion":http://subversion.apache.org/packages.html installed):
40 23 Luke Murphey
41 23 Luke Murphey
<pre>
42 23 Luke Murphey
svn co https://nsia.svn.sourceforge.net/svnroot/nsia nsia
43 23 Luke Murphey
</pre>
44 23 Luke Murphey
45 23 Luke Murphey
NSIA is distributed under the "Affero GNU Public License":http://www.gnu.org/licenses/agpl-3.0.html. See the [[Developer_Guide|Developer Guide]] to get started.