Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 16, 2016
1 parent ca4b479 commit c6402e1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,18 @@
framework dependencies (metasploit as to be manually installed).

# INSTALL
1º - download framework from github (zip OR git clone)
1º - download framework from github
zip OR git clone

2º - set files execution permitions
cd venom-main && sudo chmod -R +x *.sh
cd venom-main
sudo chmod -R +x *.sh
sudo chmod -R +x *.py

3º - install dependencies
cd aux && sudo ./setup.sh
cd aux
sudo ./setup.sh

4º - run main tool
sudo ./venom.sh

Expand Down

0 comments on commit c6402e1

Please sign in to comment.