Giter Club home page Giter Club logo

radenvodka / recsech Goto Github PK

View Code? Open in Web Editor NEW
209.0 5.0 45.0 296 KB

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 .

License: GNU General Public License v3.0

PHP 100.00%
recon research tools recon-tools php security-vulnerability security-audit security-tools hacking-tool websecurity scanner-vulnerability recsech penetration-testing-tools penetration-testing dns scanner scanner-web subdomain-enumeration reconnaissance subdomain-takeovers

recsech's Introduction

Recsech - Web Reconnaissance Tools

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 .

undefined undefined undefined undefined

undefined undefined Open Source Love svg2 undefined

asciicast Stargazers over time

Features in tools

Name Release Release Date
Auto request with Proxy 01/05/19
Find Email 01/05/19
HoneySpot Detected 01/05/19
Subdomain takeover 01/05/19
Check Technologies 01/05/19
Whois N/A
Crlf injection N/A
Header Security 01/05/19
Update Check 01/05/19
Port Scanner 02/05/19
Sort Domain By IP 02/05/19
Wordpress audit 05/05/19
Reconnaissance On Github 02/05/19
Language Selection 02/05/19
WAF 03/05/19

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 Recsech by cloning the Git repository:

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

and install php 7 & php-curl

apt-get install php php-curl
Adding Recsech.php to PATH in Linux/Unix-like Systems

Adding Recsech.php to PATH is useful for Linux users because it allows users to run the program without specifying the runtime environment or the absolute path to the program. This means we execute Recsech.php from anywhere in the terminal and the software will run.

To do this, run the following in a terminal:

$ cd path/to/Recsech/
$ chmod u+x Recsech.php
$ export PATH="$PATH:$(pwd)"

This will allow us to run Recsech.php from anywhere on the system. In example:

$ pwd
path/to/Recsech/
$ cd $HOME && Recsech.php # executes successfully without specifying the interpreter or the absolute path

Note that this will only last until you exit the current terminal session. To permanently store this change to your PATH, go to your ~/.bashrc file (or any Shell .rc file) and add this line: PATH="$PATH:path/to/Recsech/

Now run source ~/.bashrc and your changes are now permanent. Profit!

To learn more about PATHs, read this article from Opensource.com.

Recsech Environment Windows (Command Prompt Windows)

Download Recsech :

undefined

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)
@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

Usage

Enough to execute the command :

php Recsech.php example.com

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

php Recsech.php debug

and don't forget to ask at issue page

Contribution

The following is a user guide that helps develop this tool :

DEVELOPERS

Radenvodka! GitHub followers

PUBLICATION

linuxsec! GitHub followers

KitPloit! GitHub followers

USER CONTRIBUTION - Thank You

noraj! GitHub followers

noraj! GitHub followers

Available in the OS

BlackArch Linux!

Help us to develop this tool, as a sign that you have contributed we will put your name in the contribution

If you want to be part of the contribution? please read here

Thanks

Thank you for all. How to support ?

  1. You can follow people who help contribute as a sign of gratitude.
  2. Publish or review on your blog.

If you have additional information, you can make it on the issue page.

Donation

If you want to buy my coffee, you can send payments via BTC and Paypal.

Bitcoin Donate

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.

License : GPLv3 license

GPL v3.0 specifically designed to allow users to use software distributed through networks such as websites and online services

recsech's People

Contributors

naltun avatar noraj avatar radenvodka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

recsech's Issues

Bug with php7.4 : I can't use at all

Describe the bug
When I try to just start command nothing works I have no return...
And when I try with debug mode I have this return :

PHP Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; Sdata has a deprecated constructor in /home/mrsolarius/tools/Recsech/tools/sdata-modules.php on line 8
PHP Warning:  mkdir(): File exists in /home/mrsolarius/tools/Recsech/tools/sdata-modules.php on line 56
PHP Fatal error:  Uncaught Error: Call to undefined function curl_multi_init() in /home/mrsolarius/tools/Recsech/tools/sdata-modules.php:58
Stack trace:
#0 /home/mrsolarius/tools/Recsech/tools/sdata-modules.php(181): Sdata->sdata()
#1 /home/mrsolarius/tools/Recsech/Recsech.php(17): require_once('/home/louis/too...')
#2 {main}
  thrown in /home/mrsolarius/tools/Recsech/tools/sdata-modules.php on line 58

To Reproduce
Steps to reproduce the behavior:

  1. Have php7.4-cli
  2. Use chmod -R u+x $path_to_recsecn$
  3. Do php Recsech.php in folder
  4. Nothing show
  5. Do php Recsech.php debug to see error

Expected behavior
Just have the title display like your screen ^^

Desktop (please complete the following information):

  • Kubuntu 20.04
  • PHP CLI 7.4

Additional context
I have try to start file with all 777 right but nothing have change.

collor legend

hai im using using your github,I want to ask if there is a way to read the results of this Recsech scanning, does the red domain mean the domain mark xss protection or how, can be given help for its use, can you email me to [email protected]

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Cant run on Parrot OS

Hi,
when i try your script, it turn the following out (php Recsech.php debug)

PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Sdata has a deprecated constructor in /home/User/Recsech/tools/sdata-modules.php on line 8
PHP Warning: mkdir(): File exists in /home/User/Recsech/tools/sdata-modules.php on line 56
PHP Fatal error: Uncaught Error: Call to undefined function curl_multi_init() in /home/User/Recsech/tools/sdata-modules.php:58
Stack trace:
#0 /home/User/Recsech/tools/sdata-modules.php(181): Sdata->sdata()
#1 /home/User/Recsech/Recsech.php(16): require_once('/home/User/Recs...')
#2 {main}
thrown in /home/User/Recsech/tools/sdata-modules.php on line 58

I run the newest php and curl is installed, too

Thanks

Ordi

Recsech github ?

How can i search code with this tool?

recsech.php 'filename:php' ??

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.