Yashvendra / Recon-X

Advanced Reconnaissance tool to enumerate attacking surface of the target.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recon-X

Advanced Reconnaissance Tool

Screenshot-from-2019-12-16-20-29-05-1

Recon-X is the ultimate tool to conveniently carry out the reconnaissance of your target and discover its attacking surface. The tool itself comes with two options for installation. First is the API mode, that is based on hackertarget API making it light and efficient and can be used for the identification of potential vulnerabilities. However, the API is the free one so the scans are limited to 100 calls per day per IP. So either you can use proxy to change your public IP after API counter exceedes, or you can go with the second mode of this tool, which uses the best OSINT tools available on github, making this a beast for doing reconnaissance.

Note: The second mode of this tool isn't out yet & will be out soon. Only the first mode is functional for now.

Installation

Run install.sh as sudo and it will automatically install AutoXploit.

$ git clone https://github.com/Yashvendra/Recon-X.git
$ cd Recon-X
$ chmod +x install.sh
$ sudo ./install.sh

Usage

$ reconX

Upcoming Update

The second mode of the script will be functional very soon, stay tuned :)

Gallery

Screenshot-from-2019-12-17-00-31-45 Screenshot-from-2019-12-17-00-32-05

Note: This tool is made for educational purposes and to help security researchers. Any actions or activities performed using this is solely your responsibility

About

Advanced Reconnaissance tool to enumerate attacking surface of the target.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 100.0%