Skip to content

0xNisarg/SubScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SubScan

SubScan is a Python tool for scanning subdomains and checking their HTTP status codes.

Table of Contents

Features

  • Scan subdomains and check their HTTP status codes
  • Display results with color-coded status codes
  • Save results to an output file

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/SubScan.git
  2. Change into the project directory:

    cd SubScan
  3. Install dependencies:

    pip install -r requirements.txt

Usage

Run the script with the following command:

./subscan.py -h

This will display help for the tool. Here are all the switches it supports.

Options:
    domain_file: Specify the domain file containing subdomains to scan.
    -o, --output: Specify the output file to save the scan results.

About

Scans a subdomains for the alive domains.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages