From 21835673fc8d1827531e20bd8e7273196daec4d4 Mon Sep 17 00:00:00 2001 From: ekultek Date: Sat, 28 Oct 2017 12:12:09 -0500 Subject: [PATCH] added a possible dependency that you may need in the README file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6798d17..c6dd14c 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ There are a few requirements for this: You download the latest zip/tarball [here](https://github.com/Ekultek/Zeus-Scanner/releases/tag/v1.1) or follow the following steps here: - **_(optional but highly advised)_** add sqlmap and nmap to your environment PATH by moving them to `/usr/bin` or by adding them to the PATH via terminal + - You made need to run `sudo apt-get install libxml2-dev libxslt1-dev python-dev` - Clone the repository `git clone https://github.com/Ekultek/Zeus-Scanner.git` - `cd` into zeus-scanner - Run `pip install -r requirements.txt`