Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Installation tutorial #21

Open
AlbertoCanoD opened this issue Apr 7, 2023 · 0 comments
Open

Installation tutorial #21

AlbertoCanoD opened this issue Apr 7, 2023 · 0 comments

Comments

@AlbertoCanoD
Copy link

AlbertoCanoD commented Apr 7, 2023

How to install Viper-Web

First we install the dependencies

sudo apt install git build-essential python3 python3-dev python3-pip exiftool clamav-daemon tor libdpkg-perl libssl-dev swig libffi-dev ssdeep libfuzzy-dev unrar p7zip-full virtualenv gcc

We create and activate an environment

virtualenv --python=python3 ~/venv/viper

. ~/venv/viper/bin/activate

Clone and install viper

git clone https://github.com/viper-framework/viper

cd viper

pip install .

Open viper and update modules

viper

update-modules

Clone viper-web in .viper

cd ~/.viper

git clone https://github.com/viper-framework/viper-web.git

cd viper-web

pip install -r requirements.txt

We get an error when running viper-web

./viper-web

Change code in itypes.py

nano ~/venv/viper/lib/python3.10/site-packages/itypes.py

In line 2 we put this

from collections.abc import Mapping, Sequence

And finally we run it

./viper-web

We can change the launch options in

nano ~/.viper/viper.conf

And go to [web]

Based on the tutorial of f0wL's Blog

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant