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

  • Thread Author
1697877975906.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
You do not have permission to view link Log in or register now.
.
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
You do not have permission to view link Log in or register now.
or latest zipball by clicking
You do not have permission to view link Log in or register now.
.
Preferably, you can download sqlmap by cloning the
You do not have permission to view link Log in or register now.
repository:

Code:
git clone --depth 1
You do not have permission to view link Log in or register now.
Recsech
Recsech Environment Windows (Command Prompt Windows)
You do not have permission to view link Log in or register now.

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
 
Top