/ReconTarget

Web Based Reconnaisance Tool

Primary LanguageCSS

ReconTarget

Build Status Version GitHub code size in bytes GitHub repo size GitHub last commit GitHub stars GitHub watchers GitHub forks HitCount tested os

ReconTarget is web based reconnaisance tool that can help you to do reconnaisance and manage your target in your local machine. This tool is integrated with database so you dont need to store your target list in a file. This tool is also can be used by multiple user with different privilege (inspired by Nessus).

Instalation

first of all, you need to create one database before installing this tool, you can do that by typing

sudo mysql -u <your mysql user> -p -e 'CREATE DATABASE <name for db you'd like to create>

ex : sudo mysql -u root -p -e 'CREATE DATABASE recon_target'

Then, you can install this web app by typing these following

$ git clone https://github.com/relarizky/ReconTarget.git
$ cd ReconTarget
$ pip3 install -r requirements.txt
$ chmod +x install.py
$ ./install.py

Usage

after installation, you can now access this web app in http://127.0.0.1:5000 by typing this command

$ python3 run.py

and then, you can log in to web app with these 2 default users

  1. sayang:sayang123 (administrator)
  2. hekmen:hekmen123 (ordinary user)

you can change it or add new user for security reason

Requirements

  • MySQL

  • Python3

Feature

  • Multiple user with different role

  • Manage user (add, edit, update, delete)

  • Auto Update

  • Reverse IP (bing, hackertarget, yougetsignal)

  • DNS Lookup

  • Whois (whois.com, hackertarget)

  • Link Scrapper (manual, hackertarget)

  • Wordpress User Finder

Guide

For other preview or guide with example picture, visit this following link

https://relarizky.github.io/2020-06-30-recon-target/