forked from trustedsec/ptf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |