Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaCygni committed Feb 18, 2018
2 parents 042ca17 + d3be033 commit 81d3bfd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Parrot Security Additional
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#ParrotSec Install Script
#Anonymous.Onion

git clone https://github.com/v3n0m-Scanner/V3n0M-Scanner.git
sudo apt-get install libssl-dev

wget https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tgz
tar -xvzf Python-3.6.3.tgz
cd Python-3.6.3.tgz
./configure
make
sudo make install
cd

cd V3n0M-Scanner/
python3 setup.py install --user
cd src
sudo python3 V3n0m.py
2
1
python3 V3n0m.py


Thats it
:-)

0 comments on commit 81d3bfd

Please sign in to comment.