Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
adv ex on 5 january 2024
adv ex on 22 February 2024
banner Expire 26 April 2024
Rescator cvv and dump shop
banner expire at 13 May

Yale lodge shop
UniCvv
banner Expire 1 April  2021

ALBERT

TRUSTED VENDOR
Staff member
Joined
Dec 3, 2020
Messages
1,293







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

Click to expand...
Click to expand...
  1. Open cmd and do the Recsech command.








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 Bottom