Skip to content

Instantly share code, notes, and snippets.

View ar012's full-sized avatar

AR Khamaru ar012

  • Selftics
  • Dhaka
View GitHub Profile
@ar012
ar012 / predictionio_readme.md
Created July 1, 2018 12:56 — forked from rojosinalma/predictionio_readme.md
PredictionIO Install Instructions

PredictionIO Setup Guide

This is a pretty much self-noted guide to setting up PredictionIO in a cluster of 3 servers (for this guide in particular).

You can also setup more servers and distribute the services mentioned here differently, but for the scope of this guide I won't explain how to do that, although you might use the references here to guide yourself into doing that.

  1. Requirements: --
@ar012
ar012 / install-w3af.sh
Created July 23, 2018 09:57 — forked from excalibur44/install-w3af.sh
w3af installation script for Kali Linux
#!/bin/bash
apt -y install git python-pip
git clone https://github.com/andresriancho/w3af.git --depth 1
chmod +x w3af/w3af_*
# installation for w3af_console
apt -y install libssl1.0-dev graphviz python-lxml
apt -y build-dep python-lxml
sed -i "s/'pyOpenSSL', '0.15.1'/'pyOpenSSL', '16.2.0'/g" w3af/w3af/core/controllers/dependency_check/requirements.py
pip install pyClamd==0.3.15 PyGithub==1.21.0 GitPython==2.1.3 pybloomfiltermmap==0.3.14 esmre==0.3.1 phply==0.9.1 nltk==3.0.1 chardet==2.1.1 tblib==0.2.0 pdfminer==20140328 futures==2.1.5 ndg-httpsclient==0.3.3 lxml==3.4.4 scapy-real==2.2.0-dev guess-language==0.2 cluster==1.1.1b3 msgpack-python==0.4.4 python-ntlm==1.0.1 halberd==0.2.4 darts.util.lru==0.5 Jinja2==2.7.3 vulndb==0.0.19 markdown==2.6.1 psutil==2.2.1 mitmproxy==0.13 ruamel.ordereddict==0.4.8 Flask==0.10.1 tldextract==1.7.2 pyOpenSSL==16.2.0