MISP/docs/INSTALL.kali.md

20 lines
633 B
Markdown
Raw Normal View History

2018-10-21 08:11:02 +02:00
# INSTALLATION INSTRUCTIONS
## for Kali Linux 2019.1
2018-10-21 08:11:02 +02:00
# 0/ Quick MISP Instance on Kali Linux - Status
This has been tested by @SteveClement on 20190221
2018-10-21 08:11:02 +02:00
# 1/ Prepare Kali with a MISP User
To install MISP on Kali copy paste this in your r00t shell:
```bash
wget -O /tmp/misp-kali.sh https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/INSTALL.sh && bash /tmp/misp-kali.sh
```
!!! notice
This assumes a **fresh** Kali install OR a Live CD.
!!! warning
Please read the installer script before randomly doing the above.
The script is tested on a plain vanilla Kali Linux Boot CD and installs quite a few dependencies.