Skip to content

1. Download

Rafa López edited this page Nov 30, 2019 · 2 revisions

Download

To download this project we execute the following commands:

git clone https://github.com/AllPentesting/AllIntelligence.git
cd AllIntelligence/src

This will download the current project and create the AllIntelligence folder with the tool.

To install the dependencies we execute the following:

Windows

py -m pip install -r requirements.txt

Linux

pip3 install -r requirements.txt

Clone this wiki locally