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 details)

Uploaded Source

File details

Details for the file subzerod-1.0.tar.gz.

File metadata

  • Download URL: subzerod-1.0.tar.gz
  • Upload date:
  • Size: 72.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for subzerod-1.0.tar.gz
Algorithm Hash digest
SHA256 ffb83c5298fd1dbe26f372572c8dd7da5a9af5f682b78d8b57187e57d5a923af
MD5 0bbce26bc6ee003113f0ef0641b1d979
BLAKE2b-256 49282a08850bf4bffec23162667895720a82fa7bc788da096d5985014ebbd071

See more details on using hashes here.

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