mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
Updated the installation method for backbox, should actually work now
This commit is contained in:
parent
f7a7b436f8
commit
1423e420d5
1 changed files with 2 additions and 7 deletions
|
|
@ -119,7 +119,7 @@ sudo apt-get install gcc python-devel libxml2-dev libxslt1-dev python-dev && git
|
|||
#### Backbox
|
||||
|
||||
```
|
||||
sudo -s >> EOF
|
||||
sudo -s << EOF
|
||||
aptitude purge firefox
|
||||
wget https://ftp.mozilla.org/…/linux-…/en-US/firefox-57.0.tar.bz2
|
||||
tar -xjf firefox-57.0.tar.bz2
|
||||
|
|
@ -127,15 +127,10 @@ rm -rf /opt/firefox*
|
|||
mv firefox /opt/firefox57
|
||||
mv /usr/bin/firefox /usr/bin/firefoxold
|
||||
ln -s /opt/firefox57/firefox-bin /usr/bin/firefox
|
||||
apt-get install libxml2-dev libxslt1-dev python-dev && git clone https://github.com/ekultek/zeus-scanner.git && cd zeus-scanner && pip2 install -r requirements.txt && python zeus.py
|
||||
EOF
|
||||
```
|
||||
|
||||
And after thats done:
|
||||
|
||||
```
|
||||
sudo apt-get install libxml2-dev libxslt1-dev python-dev && git clone https://github.com/ekultek/zeus-scanner.git && cd zeus-scanner && sudo pip2 install -r requirements.txt && sudo python zeus.py
|
||||
```
|
||||
|
||||
##### Others
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue