Skip to content

Commit 81d3bfd

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 042ca17 + d3be033 commit 81d3bfd

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Parrot Security Additional

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#ParrotSec Install Script
2+
#Anonymous.Onion
3+
4+
git clone https://github.com/v3n0m-Scanner/V3n0M-Scanner.git
5+
sudo apt-get install libssl-dev
6+
7+
wget https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tgz
8+
tar -xvzf Python-3.6.3.tgz
9+
cd Python-3.6.3.tgz
10+
./configure
11+
make
12+
sudo make install
13+
cd
14+
15+
cd V3n0M-Scanner/
16+
python3 setup.py install --user
17+
cd src
18+
sudo python3 V3n0m.py
19+
2
20+
1
21+
python3 V3n0m.py
22+
23+
24+
Thats it
25+
:-)

0 commit comments

Comments
 (0)