From 93364c3669d496c74c24fb39709d0dfefa37b07d Mon Sep 17 00:00:00 2001 From: ekultek Date: Thu, 7 Sep 2017 12:59:00 -0500 Subject: [PATCH] added a requirement for Zeus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4cc0d59..5aa5625 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Calling the `-s` flag will prompt for you to start the sqlmap API server `python There are a few requirements for this: + - Firefox web browser is required as of now, I will be adding the functionality of most web browsers, but first release requires firefox. - If you want to run sqlmap through the URL's you will need sqlmap somewhere on your system. - If you want to run a port scan using nmap on the URL's IP addresses. You will need nmap on your system. - Gecko web driver is required and will be installed the first time you run. It will be added to your `/usr/bin` so that it can be run in your ENV PATH.