Skip to content

MAAYTHM/PulseSub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

PulseSub

PulseSub is a fast Python CLI tool to check which subdomains are live and reachable.
It’s ideal for bug bounty hunters, penetration testers, and anyone needing to filter a large list of subdomains.


Features

  • Accepts single domains, files, or piped input.
  • Fast, concurrent checking using multiprocessing.
  • Outputs live subdomains with their IP and HTTP status code.
  • CLI flags for flexible usage and output customization.

Requirements

  • Python 3.x
  • Python modules: requests, multiprocessing, socket (all standard except requests)
  • A list of subdomains (e.g., subdomains.txt)

Installation

pip install requests

Usage

1. Single Domain

python3 pulsesub.py -t example.com

2. From a File

python3 pulsesub.py -f subdomains.txt

3. Via Pipe

cat subdomains.txt | python3 pulsesub.py

4. Custom Output File & Concurrency

python3 pulsesub.py -f subdomains.txt -o results.csv -c 8

Example Output

image


License

(c) 2025 Aayush Samriya
MIT License


Author

github.com/MAAYTHM

About

a python file to minimise your huge subdomain.txt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages