mirror of https://github.com/MISP/misp-dashboard
Update README.md
parent
10c59fc220
commit
882424be52
31
README.md
31
README.md
|
@ -1,5 +1,5 @@
|
||||||
# MISP-Dashboard
|
# MISP-Dashboard
|
||||||
A Dashboard showing live data and statistics from the MISP ZMQ
|
An experimental Dashboard showing live data and statistics from the MISP ZMQ
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
- Launch ```./install_dependencies.sh``` from the MISP-Dashboard directory
|
- Launch ```./install_dependencies.sh``` from the MISP-Dashboard directory
|
||||||
|
@ -27,3 +27,32 @@ optional arguments:
|
||||||
-u ZMQURL, --url ZMQURL
|
-u ZMQURL, --url ZMQURL
|
||||||
The URL to connect to
|
The URL to connect to
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## License
|
||||||
|
Images and logos are handmade for:
|
||||||
|
- rankingMISPOrg/
|
||||||
|
- rankingMISPMonthly/
|
||||||
|
- MISPHonorableIcons/
|
||||||
|
|
||||||
|
Note that:
|
||||||
|
- Part of ```MISPHonorableIcons/1.svg``` comes from [octicons.github.com](https://octicons.github.com/icon/git-pull-request/) (CC0 - No Rights Reserved)
|
||||||
|
- Part of ```MISPHonorableIcons/2.svg``` comes from [Zeptozephyr](https://zeptozephyr.deviantart.com/art/Vectored-Portal-Icons-207347804) (CC0 - No Rights Reserved)
|
||||||
|
|
||||||
|
```
|
||||||
|
Copyright (C) 2017 CIRCL - Computer Incident Response Center Luxembourg (c/o smile, security made in Lëtzebuerg, Groupement d'Intérêt Economique)
|
||||||
|
Copyright (c) 2017 Sami Mokaddem
|
||||||
|
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program 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 Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue