Skip to main content

Some helper subdomain_takeover_tools to validate subdomain takeovers

Project description

Subdomain Takeover Tools

Latest Package version Build status Supported versions

A set of tools to validate the initial outcome of subtake.

Installation

  1. Install using pip:

    pip install subdomain_takeover_tools

    for windows:

    py -m pip install subdomain_takeover_tools

    Alternatively, you can download or clone this repo and call pip install -e ..

Confirming takeovers

All scripts support the following two parameters:

  • --strict: only report as vulnerable if the issue is not also applicable on hostname.tld and www.hostname.tld.
  • --inverse: do inverse reporting, so report all subdomains that are not vulnerable

Confirming S3

Subtake has some false positives on Google Cloud buckets as S3 buckets, also some access denied's end up in the results.

The script confirm-s3.py will make sure that the bucket is actually vulnerable.

grep "\[s3 bucket: " subtake-output.txt | confirm_s3

Confirming ELB

Some patterns of elb are vulnerable while others are not, to filter them we can use our script:

grep "\[elasticbeanstalk: " subtake-output.txt | confirm_elb

Note: the parameter --strict is accepted here but will not lead to expected results.

Confirming Shopify

It seems that

grep "\[shopify: " subtake-output.txt | confirm_shopify

Separate tools

Extracting domain names

As part of my process I want to know the domains involved in my findings.

Example usage:

cut -f3 < subtake-output.txt | extract_domain_names | sort -u > involved.domains

Note that extract_domain_names also support groups, such as domain.(co.id|in.th|ph|vn), this will be expanded automatically.

Project details


Download files

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

Source Distribution

subdomain_takeover_tools-0.11.0.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

subdomain_takeover_tools-0.11.0-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file subdomain_takeover_tools-0.11.0.tar.gz.

File metadata

  • Download URL: subdomain_takeover_tools-0.11.0.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.9

File hashes

Hashes for subdomain_takeover_tools-0.11.0.tar.gz
Algorithm Hash digest
SHA256 2059e77203b34b0fb2054de3834a351027d3a2bb8a3c0fa9e26c19dfc0dd27dc
MD5 ef9c38c3849ff1875fb06c21c2761ebb
BLAKE2b-256 b4ee06e9f44b5defd67cc34ccdb50015396f92f2a642219d2e77224be25f28bb

See more details on using hashes here.

File details

Details for the file subdomain_takeover_tools-0.11.0-py3-none-any.whl.

File metadata

  • Download URL: subdomain_takeover_tools-0.11.0-py3-none-any.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.9

File hashes

Hashes for subdomain_takeover_tools-0.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f2fbfd92fb671263536b55200fe3e6b1f62d4a15ec3184f0a4c52b2059638f82
MD5 335c6ee19eb582010faeaca80fb9af17
BLAKE2b-256 a473c94730328f01cf3cd39f071434fc838ebd9140f46fcc48eb81493fea6c32

See more details on using hashes here.

Supported by

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