Skip to main content

Subdomain enumeration tool

Project description

SubZerod

  • Discover sub-domains given a domain name
  • Discover domain(s) given an IPv4 address

Installation

pip install subzerod

Usage

The command-line client works as follows:

Discover sub-domains

subzerod lobste.rs

output:

lobste.rs
l.lobste.rs
www.lobste.rs

Discover domain(s) on an IPv4

subzerod 135.125.235.26

output:

sanderf.nl
photos.sanderf.nl

As a webservice

subzerod web

http://127.0.0.1:9342/scan/135.125.235.26

Responses are returned in JSON.

Programmatically

from subzerod import SubZerod

subdomains = await SubZerod.find_subdomains("lobste.rs")
domains = await SubZerod.find_domains("135.125.235.26")

Legacy

SubZerod is a fork of Sublist3r with some improvements:

  • modern python 3
  • asyncio instead of threading
  • scans are considerably faster
  • comes with a webserver because why not

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

subzerod-1.0.tar.gz (72.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page