rapid7 / recog

Pattern recognition for hosts, services, and content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup.sh file created for you

jamieduk opened this issue · comments

commented

save following as setup.sh

#!/bin/bash
echo "Installing Recog"
sudo pip install pyyaml
sudo apt install -y ruby-bundler
git clone git@github.com:rapid7/recog.git
cd recog
bundle install
echo "Installation Finished!"
./update_cpes.py 

run setup below!

sudo chmod +x *.sh
./setup_recog.sh