Skip to content

Commit

Permalink
Create Qubes And Faraday Install
Browse files Browse the repository at this point in the history
How install faraday in qubes os
  • Loading branch information
robertofocke authored Aug 6, 2018
1 parent 1f77cfa commit 1cc91f2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Qubes And Faraday Install
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
1-Clone vm debian
qvm-clone debian 9 ptf

2-Edit /etc/apt/sources.list
https://docs.kali.org/general-use/kali-linux-sources-list-repositories

deb http://http.kali.org/kali kali-rolling main contrib non-free

deb http://old.kali.org/kali sana main non-free contrib

3-write in terminal:
gpg --keyserver pgpkeys.mit.edu --recv-key ED444FF07D8D0BF6
gpg -a --export ED444FF07D8D0BF6 | sudo apt-key add -

apt-get update y apt-get upgrade

git clone https://github.com/trustedsec/ptf

4-./ptf
5-Install faraday

6-
sudo chown -R couchdb:couchdb /var/log/couchdb

sudo chown -R couchdb:couchdb /var/lib/couchdb

sudo chown -R couchdb:couchdb /var/run/couchdb

fuente: https://medium.com/@robertfock/como-crear-un-ptf-en-qubes-os-f82fc3f63c60

0 comments on commit 1cc91f2

Please sign in to comment.