Subdomain Enumerator

Cyber tool - Visit Repo

Output of my subdomain enumerator in a terminal

Overview

For my second cyber project, I wanted to do something similar to my port scanner, but more web-application-oriented. So what could I enumerate through like I could with ports? Subdomains!! A subdomain enumerator can be a very useful tool for finding places on a website that regular users weren't supposed to see, which may contain vulnerabilities.

The Vision

Again, just like the port scanner, I wanted to keep it simple starting off. Just give it a website and start enumerating through a list of possible subdomains.

The Current Product

Currently, my exact initial vision has come to life. You give her a website, and she enumerates through a list of subdomains that are found within a simple text file. You can have the output saved to a brand new text file as well if you'd like.

Overall, I'm satisfied with what I've made. It's something I'd definitely love to improve upon, though at a later date.

Technology:

  • Python