Start Here » History » Version 24
Luke Murphey, 11/28/2010 01:24 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 | 6 | Luke Murphey | h2. Getting the Software |
10 | 6 | Luke Murphey | |
11 | 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. |
12 | 18 | Luke Murphey | |
13 | 11 | Luke Murphey | h2. Getting Started |
14 | 1 | Luke Murphey | |
15 | 1 | Luke Murphey | * [[User Guide]] |
16 | 1 | Luke Murphey | * [[Developer Guide]] |
17 | 1 | Luke Murphey | |
18 | 1 | Luke Murphey | See also the "Quick start guide":http://threatfactor.com/media/misc/Quick%20Start%20Guide.pdf |
19 | 1 | Luke Murphey | |
20 | 1 | Luke Murphey | h2. Getting Support |
21 | 1 | Luke Murphey | |
22 | 1 | Luke Murphey | If you need support you can: |
23 | 1 | Luke Murphey | |
24 | 1 | Luke Murphey | * "Create a Support Ticket":http://lukemurphey.net/projects/nsia/issues/new |
25 | 1 | Luke Murphey | * Email the project leader: Luke at Threatfactor.com |
26 | 23 | Luke Murphey | |
27 | 23 | Luke Murphey | h2. Getting the Source Code |
28 | 23 | Luke Murphey | |
29 | 23 | Luke Murphey | NSIA is an open source project hosted at "Sourceforge":https://sourceforge.net/projects/nsia/. |
30 | 23 | Luke Murphey | |
31 | 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): |
32 | 23 | Luke Murphey | |
33 | 23 | Luke Murphey | <pre> |
34 | 23 | Luke Murphey | svn co https://nsia.svn.sourceforge.net/svnroot/nsia nsia |
35 | 23 | Luke Murphey | </pre> |
36 | 23 | Luke Murphey | |
37 | 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. |