-
Notifications
You must be signed in to change notification settings - Fork 3
Install Server
Emilio edited this page Sep 2, 2019
·
1 revision
apt-get install -y virtualenv python3 python3-pip git
git clone https://github.com/secdev/scapy
cd scapy
sudo python setup.py install && cd .. && sudo rm -rf scapy
virtualenv -p python3 dfex-server
cd dfex-server
source ./bin/activate
git clone https://github.com/ekiojp/dfex
cd dfex
pip3 -r requirements_server.txt install
-
Installation
-
Usage