Skip to content

A tool for finding CNAME of subdomains and checking clickjacking vulnerability.

Notifications You must be signed in to change notification settings

secretguard/web-recon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tool for finding CNAME of subdomains and checking clickjacking vulnerability.

Topics

Resources

Stars

Watchers

Forks

Languages