Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 781 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 781 Bytes

Web-recon

This tool is created as a part of learning shell scripting, now I am making various changes to make it a better tool which can be used to collect various information of a website.

Current features

  • Can collect subdomains of a website
  • Can collect CNAME record of the subdomains
  • Can Check for Clickjacking vulnerability

Installation

$ git clone https://github.com/secretguard/web-recon.git
$ cd web-recon
$ ./install.sh

Usage

$ ./web-recon.sh -h
$ ./web-recon.sh -d domain_name

web-recon_demo

To check for clickjacking vulnerability

$ ./clickjacking.sh URL

Eg : ./clickjacking.sh https://example.com