Skip to content

A tool for collecting subdomains of a website , finding alive subdomains & also sort out those subdomains.

Notifications You must be signed in to change notification settings

arms636/Subd_recon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Subd_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 test alive subdomains
  • can sort out these subdomains
  • can check for clickjacking vulnerability

Requirements

Follow the installtion steps

go get -u github.com/tomnomnom/assetfinder

Installation

$ git clone https://github.com/arms636/Subd_recon.git
$ cd Subd_recon
$ chmod 755 subd_recon.sh
$ ./subd_recon.sh

To Chech Clickjacking vulnerability

$ cd Subd_recon
$ chmod 755 clickjacking.sh
$ ./clickjacking.sh

About

A tool for collecting subdomains of a website , finding alive subdomains & also sort out those subdomains.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages