mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
Read somewhere that this is a pain in the ass to install on backbox, so here’s how you do it
This commit is contained in:
parent
73a6458fb8
commit
05d88eaec8
1 changed files with 22 additions and 1 deletions
23
README.md
23
README.md
|
|
@ -13,6 +13,7 @@
|
|||
- [Requirements and installation](https://github.com/Ekultek/Zeus-Scanner#requirements)
|
||||
- [Ubuntu/Debian](https://github.com/Ekultek/Zeus-Scanner#ubuntudebian)
|
||||
- [centOS](https://github.com/Ekultek/Zeus-Scanner#centos)
|
||||
- [Backbox](https://github.com/Ekultek/Zeus-Scanner#Backbox)
|
||||
- [other](https://github.com/Ekultek/Zeus-Scanner#others)
|
||||
- [Screenshots](https://github.com/Ekultek/Zeus-Scanner#screenshots)
|
||||
- [Demo video](https://vimeo.com/239885768)
|
||||
|
|
@ -115,6 +116,26 @@ sudo apt-get install libxml2-dev libxslt1-dev python-dev && git clone https://g
|
|||
sudo apt-get install gcc python-devel 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
|
||||
```
|
||||
|
||||
#### Backbox
|
||||
|
||||
```
|
||||
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
|
||||
rm -rf /opt/firefox*
|
||||
mv firefox /opt/firefox57
|
||||
mv /usr/bin/firefox /usr/bin/firefoxold
|
||||
ln -s /opt/firefox57/firefox-bin /usr/bin/firefox
|
||||
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
|
||||
|
||||
```
|
||||
|
|
@ -145,4 +166,4 @@ OpenSource Projects is a Facebook community page who's goal is to give developer
|
|||
|
||||
- [Spanish](https://github.com/Ekultek/Zeus-Scanner/blob/master/.github/translations/README-spanish.md)
|
||||
- [Russian](https://github.com/Ekultek/Zeus-Scanner/blob/master/.github/translations/README-russian.md)
|
||||
- [French](https://github.com/Ekultek/Zeus-Scanner/blob/master/.github/translations/README-french.md)
|
||||
- [French](https://github.com/Ekultek/Zeus-Scanner/blob/master/.github/translations/README-french.md)
|
||||
|
|
|
|||
Loading…
Reference in a new issue