Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JordyZomer/autoSubTakeover
A tool used to check if a CNAME resolves to the scope address. If the CNAME resolves to a non-scope address it might be worth checking out if subdomain takeover is possible.
https://github.com/JordyZomer/autoSubTakeover
Last synced: 5 days ago
JSON representation
A tool used to check if a CNAME resolves to the scope address. If the CNAME resolves to a non-scope address it might be worth checking out if subdomain takeover is possible.
- Host: GitHub
- URL: https://github.com/JordyZomer/autoSubTakeover
- Owner: JordyZomer
- License: mit
- Created: 2017-01-08T21:05:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T22:07:22.000Z (about 1 year ago)
- Last Synced: 2024-05-02T01:26:23.726Z (6 months ago)
- Language: Python
- Homepage:
- Size: 11.5 MB
- Stars: 129
- Watchers: 8
- Forks: 38
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Authors: AUTHORS.rst
Awesome Lists containing this project
- awesome-bugbounty-tools - autoSubTakeover - A tool used to check if a CNAME resolves to the scope address. If the CNAME resolves to a non-scope address it might be worth checking out if subdomain takeover is possible. (Miscellaneous / Subdomain Takeover)
README
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/JordyZomer/autoSubTakeover.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/JordyZomer/autoSubTakeover/context:python)
![PyPI - Downloads](https://img.shields.io/pypi/dm/autosubtakeover)
![PyPI - License](https://img.shields.io/pypi/l/autosubtakeover)
# autoSubTakeover
A tool used to check if a CNAME resolves to the scope address. If the CNAME resolves to a non-scope address it might be worth checking out if subdomain takeover is possible. Also checks if the domain that a subdomain points to is expired.# Requirements (also in requirements.txt)
```
Click==7.0
pycares==3.0.0
tornado==6.0.3
aiodns==2.0.0
asyncio==3.4.3
tldextract==2.2.2
```# Installation
install the package through pip:
```
pip install autosubtakeover
```or by building it from source:
```
git clone https://github.com/JordyZomer/autoSubTakeover
cd autoSubTakeover
python setup.py install
```# Usage
This is how you can run the tool, please make sure that your arguments point to valid files that contain each entry on a new line.
```
Usage: autosubtakeover [OPTIONS]AutoSubTakeover by Oblivion, Mantis and Zoidberg
Options:
--domains TEXT Domains to brute.
--nameservers TEXT Nameservers to use.
--wordlist TEXT Wordlist of subdomains.
--help Show this message and exit.
```# Note
This project is licensed under the MIT license, even though I don't really care what you do with it I do appreciate credits!