Project

General

Profile

Start Here » History » Version 23

Luke Murphey, 10/26/2010 12:43 PM

1 13 Luke Murphey
h1. NSIA: Network System Integrity Analysis or "Website Intrusion Detection System" 
2 13 Luke Murphey
3 14 Luke Murphey
NSIA is a system for detecting defacements, errors, information leaks and other types of security problems on websites and web applications. See http://ThreatFactor.com/Products for more information or http://threatfactor.com/Products/NSIA/Screenshots for screenshots.
4 13 Luke Murphey
5 6 Luke Murphey
h2. Getting the Software
6 6 Luke Murphey
7 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.
8 18 Luke Murphey
9 11 Luke Murphey
h2. Getting Started
10 1 Luke Murphey
11 1 Luke Murphey
 * [[User Guide]]
12 1 Luke Murphey
 * [[Developer Guide]]
13 1 Luke Murphey
14 1 Luke Murphey
See also the "Quick start guide":http://threatfactor.com/media/misc/Quick%20Start%20Guide.pdf
15 1 Luke Murphey
16 1 Luke Murphey
h2. Getting Support
17 1 Luke Murphey
18 1 Luke Murphey
If you need support you can:
19 1 Luke Murphey
20 1 Luke Murphey
 * "Create a Support Ticket":http://lukemurphey.net/projects/nsia/issues/new
21 1 Luke Murphey
 * Email the project leader: Luke at Threatfactor.com
22 23 Luke Murphey
23 23 Luke Murphey
h2. Getting the Source Code
24 23 Luke Murphey
25 23 Luke Murphey
NSIA is an open source project hosted at "Sourceforge":https://sourceforge.net/projects/nsia/.
26 23 Luke Murphey
27 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):
28 23 Luke Murphey
29 23 Luke Murphey
<pre>
30 23 Luke Murphey
svn co https://nsia.svn.sourceforge.net/svnroot/nsia nsia
31 23 Luke Murphey
</pre>
32 23 Luke Murphey
33 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.