-
-
Notifications
You must be signed in to change notification settings - Fork 951
0. Installation Guide
six2dez edited this page Apr 26, 2021
·
6 revisions
- The
install.sh
script installs (and/or update) all the needed system packages, dependencies, tools, wordlists, personalized resolvers. - By default all the tools will be installed at
~/Tools
( this can be modified, look here ) - If you already has cloned this repository in the past, install script will update reconFTW and everything needed
- Checks whether a newer version of ReconFTW is available. (if so updates itself ).
- Checks whether Go is properly configured or not (if not configures it ).
- Installs system packages/dependencies.
- Installs the requirements for the tools used.(requirements.txt)
- Installs various Go based tools.
- Downloads Tools github repositories.
- Downloads wordlists & config files.
- Creates personalized resolvers using dnsvalidator(required for subdomain bruteforcing).
- If a newer version of reconFTW is available, simply running
./install.sh
will verify and update to the latest version. - It will automatically configure the Go environment(1.15.10) for you, if not configured already.
- Will alert you whether when a tool faces installation issues.
- Verbose installer.
- Simply git clone the repository and execute the script, following the below commands.
- This may take couple of minutes.So, sit back and relax !
▶ git clone https://github.com/six2dez/reconftw.git
▶ cd reconftw/
▶ ./install.sh