Recsech - Tool For Doing Footprinting And Reconnaissance On The Target Web

✨ deeznutz

✨ Master ✨
Staff member
Joined
May 15, 2017
Messages
981
Likes
760
Points
1,045
Recsech_5_Recsech.png


Recsech is a tool for doing Footprinting and Reconnaissance on the target web. Recsech collects information such as DNS Information, Sub Domains, HoneySpot Detected, Subdomain takeovers, Reconnaissance On Github and much more you can see in Features in tools.
Requirements for using this tool
We need several requirements to use this tool to run smoothly.
Linux
  • PHP 7.x
  • PHP curl
Windows
  • XAMP >= 7.3.5
Installation
You can download the latest tarball by clicking here or latest zipball by clicking here.
Preferably, you can download sqlmap by cloning the Git repository:
Recsech Environment Windows (Command Prompt Windows)
Download Recsech
How to install to Windows CLI :
  1. Extract all files in C: \Windows
  2. Edit Files Recsech.bat , then set your PHP patch (if you have installed xampp on your C drive you don't need to do this step)
Code:
@echo off
set PATH=%PATH%;C:\xampp\php
title Recsech - Recon and Research
php "C:\Windows\Recsech.php" %1
  1. Open cmd and do the Recsech command.
Recsech_14_run.png


Usage
Enough to execute the command :
Code:
php Recsech.php example.com
or if it doesn't work, use the command :
Code:
php Recsech.php debug
and don't forget to ask at issue page
Download Recsech
 
Top Bottom