karthi-the-hacker / Gh0stR3c0n

All in one web Recon app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Gh0stR3c0n

Fast and customisable Web recon Tool.

Features ⚙️ :

  • SubDomain Recon.
  • Finding IP's from Domains and Subdomains.
  • Finding Live with unique open ports.
  • Finding open ports.
  • Directory Brute forcing and Web crawling.
  • Parameter crawling.
  • Pattern matching (RCE,IDOR,SQLI,SSRF,SSTI,Open Redirect and More).

Screen Shots 📸 :

Screen Shot 1

Gh0stR3c0n

Screen Shot 2

Gh0stR3c0n

Screen Shot 3

Gh0stR3c0n

Screen Shot 4

Gh0stR3c0n

Steps to install video for mac 👨🏽‍💻:

Gh0stR3c0n

Steps to install for mac 👨🏽‍💻:

Gh0stR3c0n

  • Direct Server download link for zip file Mac-Link
  • Github Releases download link for zip file Mac-Link
  • unzip it
  • move it to application folder

Common python required libraries 📚 :

  $ pip install pysqlite
  $ pip3 install pysqlite
  $ pip install fastapi
  $ pip install "uvicorn[standard]"
  $ pip3 install fastapi
  $ pip3 install "uvicorn[standard]"
  $ pip install Jinja2
  $ pip3 install Jinja2

commands backend-setup-for-mac🕹️ :

$ mkdir ~/tools && cd ~/tools
$ git clone https://github.com/karthi-the-hacker/Gh0stR3c0n.git
$ cd Gh0stR3c0n/
$ chmod +x *
$ nano back-end/config.env
$ ./run.bash

Steps to install video for Linux 🐧 👨🏽‍💻:

Gh0stR3c0n

Steps to install for Linux 🐧 👨🏽‍💻:

Gh0stR3c0n

Linux Supported family

kali debian parrot os blackbox ubuntu

  • Direct Server download link for zip file Linux-deb-Link
  • Github Releases download link for zip file Linux-deb-Link
  • Direct Server download link for zip file Linux-Source-Link
  • Github Releases download link for zip file Linux-Source-Link
  • If you downloaded Linux source unzip it
  • If you downloades deb file open the terminal and enter the following commands

Deb install guide :

  $ sudo dpkg -i gh0str3con_1.0.0_amd64.deb

Source install guide :

  $ tar -xf gh0str3con-1.0.0-source-linux.tar.xz

Common python required libraries 📚 :

  $ pip install pysqlite
  $ pip3 install pysqlite
  $ pip install fastapi
  $ pip install "uvicorn[standard]"
  $ pip3 install fastapi
  $ pip3 install "uvicorn[standard]"
  $ pip install Jinja2
  $ pip3 install Jinja2

Commands backend-setup-for-linux 🕹️ :

$ mkdir ~/tools && cd ~/tools
$ git clone https://github.com/karthi-the-hacker/Gh0stR3c0n.git
$ cd Gh0stR3c0n/
$ chmod +x *
$ nano back-end/config.env
$ ./run.bash

Alert ⚠️ :

  • Dont forgot to add your github token in config.env
  • By default some tools set in false if you want to make run change that value to true
Example ✍️ :
   gobuster='false'
    change to 
   gobuster='true'
config.env 💾
    github_token='your token'
    from_email_username='not required'
    from_email_password='not required'
    to_email='not required'
    v_1l03t='flase'
    a_mass='false'
    gobuster='false'
    dirsearch='false'
    eyewitness='false'

Required tools ⚒️ :

Requirements 🪛 :

Company Profile 🏢 :

Contact info 📱 :

About

All in one web Recon app

License:GNU General Public License v3.0


Languages

Language:HTML 91.9%Language:Python 8.0%Language:Shell 0.1%