From 05d88eaec86a85125caee160ed3cfbf54a5c7d95 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 14 Dec 2017 15:19:19 -0600 Subject: [PATCH] =?UTF-8?q?Read=20somewhere=20that=20this=20is=20a=20pain?= =?UTF-8?q?=20in=20the=20ass=20to=20install=20on=20backbox,=20so=20here?= =?UTF-8?q?=E2=80=99s=20how=20you=20do=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b49bf9..c511956 100644 --- a/README.md +++ b/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) \ No newline at end of file + - [French](https://github.com/Ekultek/Zeus-Scanner/blob/master/.github/translations/README-french.md)