Last active
November 14, 2017 18:33
-
-
Save sz3n/7e49a94f219ae86ba2565ac7a9f10568 to your computer and use it in GitHub Desktop.
intelMQ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install python-dev | |
pip install intelmq | |
pip install python-dateutil | |
pip--upgrade python-dateutil | |
pip upgrade python-dateutil | |
pip install --upgrade python-dateutil | |
pip install --upgrade pip | |
pip install --upgrade pip | |
pip install intelmq | |
useradd -d /opt/intelmq -U -s /bin/bash intelmq | |
chmod -R /opt/intelmq | |
chown -R intelmq.intelmq /opt/intelmq | |
git clone https://github.com/certtools/intelmq-manager.git /tmp/intelmq-manager | |
cp -R /tmp/intelmq-manager/intelmq-manager/* /var/www/html/ | |
chown -R www-data.www-data /var/www/html/ | |
usermod -a -G intelmq www-data | |
mkdir /opt/intelmq/etc/manager/ | |
touch /opt/intelmq/etc/manager/positions.conf | |
chgrp www-data /opt/intelmq/etc/*.conf /opt/intelmq/etc/manager/positions.conf | |
chmod g+w /opt/intelmq/etc/*.conf /opt/intelmq/etc/manager/positions.conf | |
nano /etc/sudoers | |
nano /var/www/html/php/config.php | |
nano /opt/intelmq/var/lib/bots/file-output/events.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment