Показать сообщение отдельно

  #20  
Старый 21.06.2018, 11:48
centr
Новичок
Регистрация: 31.01.2017
Сообщений: 0
Провел на форуме:
0

Репутация: 0
По умолчанию

файл dependencies открой и замени его на это, потом ./install, а дальше видно будет

Код:


Код:
#!/bin/sh

#-:-:-:-:-:-:-:-:-:-:-:-:#
#    TIDoS Framework     #
#-:-:-:-:-:-:-:-:-:-:-:-:#

#This module requires TIDoS Framework
#https://github.com/the-Infected-Drake/TIDoS-Framework 

#please update ur distro after of the installation. 

# USE 
# sudo apt-get update
# sudo apt-get upgrade

if ! hash libncurses5 2>/dev/null; then apt-get install --yes libncurses5 ; fi
if ! hash nmap 2>/dev/null; then sudo apt-get install --yes nmap ; fi
if ! hash build-essential 2>/dev/null; then sudo apt-get install --yes build-essential ; fi
if ! hash python-pip 2>/dev/null; then sudo apt-get install --yes python-pip ; fi
if ! hash python-mysqldb 2>/dev/null; then sudo apt-get install --yes python-mysqldb ; fi
pip install sslscan
pip install emailprotectionslib

DIR=$(dirname $0)

cd lib/scapy/
sudo python setup.py install
cd ..
cd ..

cd lib/bs4/
sudo python setup.py install
cd .. 
cd .. 

cd lib/setuptools/
sudo python bootstrap.py
sudo python setup.py install
cd ..
cd ..

cd lib/wafw00f/
sudo python setup.py install
cd ..
cd ..

cd lib/dnslib/
sudo python setup.py install
cd ..
cd ..

cd lib/lxml/
sudo python setup.py install
cd ..
cd ..
 
Ответить с цитированием