From 414815c1826b00fa707eaaf62d2a566c608934ae Mon Sep 17 00:00:00 2001 From: Guillaume Grasset Date: Tue, 7 Mar 2017 09:06:27 -0500 Subject: [PATCH] add a note in readme about issue #11 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index feefa33..b8355da 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,13 @@ More infos at [htcap.org](http://htcap.org). ### Requirements 1. Python 2.7 - 2. PhantomJS v2 + 2. PhantomJS v2 (it is recommended to use the version provided by the project himself) 3. Sqlmap (for sqlmap scanner module) 4. Arachni (for arachni scanner module) +PhantomJs can be downloaded [here](http://phantomjs.org//download.html). It comes as a self-contained executable with all libraries linked statically, so there is no need to install or compile anything else. +There is [a known bug](https://github.com/segment-srl/htcap/issues/11) with the PhantomJS provided by the ubuntu package, it is recommended to use the version provided by the project himself. + ### Download and Run ```console @@ -21,13 +24,10 @@ $ git clone https://github.com/segment-srl/htcap.git htcap $ htcap/htcap.py ``` -PhantomJs can be downloaded [here](http://phantomjs.org//download.html). It comes as a self-contained executable with all libraries linked statically, so there is no need to install or compile anything else. - - ## DOCUMENTATION Documentation, examples and demos can be found at the official website [http://htcap.org](http://htcap.org). ## LICENSE -This program is free software; you can redistribute it and/or modify it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl-2.0.html) as published by the Free Software Foundation; either version 2 of the License, or(at your option) any later version. +This program is free software; you can redistribute it and/or modify it under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl-2.0.html) as published by the Free Software Foundation; either version 2 of the License, or(at your option) any later version. \ No newline at end of file