Recsech – Tool For Doing Footprinting & Reconnaissance On The Target Web

Recsech is a tool for doing  Footprinting and Reconnaissance on the target web. It collects information such as DNS Information, Sub Domains, HoneySpot Detected, Subdomain takeovers, Reconnaissance On Github and much more you can

  Features In Tools

Also Read – Finshir : A Coroutines-Driven Low & Slow Traffic Sender

Requirements For Using This Tool

We need several requirements to use this tool to run smoothly.

  • Linux
    • PHP 7.X PHP CURL
  • Windows
    • PHP CURL

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:

git clone –depth 1 https://github.com/radenvodka/Recsech.git Recsech

How to install to Windows CLI :

  • Extract all files in C: \Windows
  • 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)

@echo off
set PATH=%PATH%;C:\xampp\php
title Recsech – Recon and Research
php “C:\Windows\Recsech.php” %1

  • Open cmd and do the Recsech command.

Usage

Enough to execute the command :

php Recsech.php example.com

or if it doesn’t work, use the command :

php Recsech.php debug

Disclaimer

This is an open source for everyone, you may redistribute, modify, use patents and use privately without any obligation to redistribute. but it should be noted to include the source code of the library that was modified (not the source code of the entire program), include the license, include the original copyright of the author (radenvodka), and include any changes made (if modified). Users do not have the right to sue the creator when there is damage to the software or even demand if there is a problem caused by the makers of this tool. because every risk is caused by the user risk itself.

R K

Recent Posts

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

1 week ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

2 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

3 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

3 weeks ago