Skip to content

Subdomain Takeover vulnerability checker written in python

Notifications You must be signed in to change notification settings

basedygt/SubWarden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Checklist

  • Active detection via matching vulnerable fingerprints served on web content and cname records
  • Passive detection via matching nxdomain fingerprints of cname records
  • Auto update and use latest Fingerprints from can-i-takeover-xyz
  • Use more fingerprints from external sources
  • Detect additional DNS misconfiguration such as A records

Usage

$ python3 subwarden.py help

--------------------------------------------------------
|                                                      |
|                Welcome to SubWarden!                 |
|     A powerful tool by basedygt for detecting        |
|            subdomain takeover risks in Python        |
|                                                      |
--------------------------------------------------------

Usage: python3 subwarden.py <subdomains_file> <output_file> <threads>

Examples:
  python3 subwarden.py subs.txt
  python3 subwarden.py subs.txt output.txt
  python3 subwarden.py subs.txt output.txt 50

About

Subdomain Takeover vulnerability checker written in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages