Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ganofins/subcapture
Another automated script to check for subdomain takeover
https://github.com/Ganofins/subcapture
Last synced: 21 days ago
JSON representation
Another automated script to check for subdomain takeover
- Host: GitHub
- URL: https://github.com/Ganofins/subcapture
- Owner: Ganofins
- License: gpl-3.0
- Created: 2020-10-17T08:25:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T14:07:40.000Z (about 3 years ago)
- Last Synced: 2024-08-05T17:37:39.494Z (4 months ago)
- Language: Python
- Size: 30.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - Ganofins/subcapture - Another automated script to check for subdomain takeover (Python)
README
# Subdomain Capturer
Another automated script to check for subdomain takeover.
#### Installation
##### build from source
```
git clone https://github.com/Ganofins/subcapture.git && cd subcapture && python3 subcapture -w ./subdomain-list
```
# Fingerprint Sources
- [Project Discovery](https://github.com/projectdiscovery/nuclei-templates/blob/master/subdomain-takeover/detect-all-takeovers.yaml)
- [EdOverflow](https://github.com/EdOverflow/can-i-take-over-xyz)
- [haccer](https://github.com/haccer/subjack)
# Contribute
Feel free to contribute to this repository.