-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME.txt
65 lines (53 loc) · 2.24 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
NETA (NETworks Attacks) - http://nesg.ugr.es/neta
Contents
========
- Description
- Copyright
- Authors and Maintainers
- Installation
- Documentation
- Release notes
Description
===================
NETwork Attacks (NETA) is a framework devised to simulate attacks in
heterogeneous networks using OMNeT++. NETA is aimed to be an useful
tool in the network security field. This tool could make easy to
demonstrate the effectiveness of defense security techniques or
solutions against network attacks as well as for comparing the
capabilities of different defense techniques. NETA is a
INET 2.1.0 based framework. INET provides realistic implementations
of structures and protocols on each protocol layers, especially
in the higher ones: network, transport and application layers. For example,
INET develops Mobile Ad-hoc NETworks (MANETs) routing protocols as AODV,
DSR, OLSR, etc., and several TCP implementations as well as several
applications. Thanks to the versatile and extensible schema of NETA,
a huge amount attacks could be implemented in each protocol layer.
Additionally, NETA is intended to be a reference base tool for
the network attacks simulation and implementation with research
purposes.
Copyright & License
===================
Copyright (C) 2013, NESG (Network Engineering and Security Group), http://nesg.ugr.es,
NETA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
NETA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with NETA. If not, see <http://www.gnu.org/licenses/>.
Authors and Maintainers
=======================
See CREDITS file.
Installation
============
See INSTALL file.
Documentation
==============
All documentation can be found in the doc directory. Also you can found there
the user and description manual.
Release Notes
=============
See WHATSNEW file.