Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathis2001/subpwnable

Are your (sub)domains pwnable ? SubPwnable is a simple Python tool designed to helps you answer this question.
https://github.com/mathis2001/subpwnable

bugbounty cname pentest subdomain-takeover

Last synced: 4 days ago
JSON representation

Are your (sub)domains pwnable ? SubPwnable is a simple Python tool designed to helps you answer this question.

Awesome Lists containing this project

README

        

# SubPwnable

Are your (sub)domains pwnable? SubPwnable is a simple Python tool designed to help you answer this question by finding your inactive subdomains and looking up their CNAME records. Then you will need to check if the service used in your CNAME record is vulnerable in the known services list.

## Install:
```bash
$ git clone https://github.com/mathis2001/SubPwnable

$ cd SubPwnable

$ python3 subpwnable.py
```
## Requirements:

- Python3

- Pip3

- dns.resolver

- requests

- cssselect

- lxml.html

- PrettyTable

## Usage:
```bash
usage: ./subpwnable.py [-h] [-d domain] [-l domains list]
```
## options:
```bash
optional arguments:
-h, --help show this help message and exit
-d DOMAIN, --domain DOMAIN Target a single domain
-l DOMAIN LIST, --list DOMAIN LIST Target a list of domains

```

## Screens:

![tempsnip](https://user-images.githubusercontent.com/40497633/177731564-c77d24eb-4906-4494-9138-f39e02619daa.png)

![tempsnip](https://user-images.githubusercontent.com/40497633/177732494-ad9dc598-e811-43e2-93e6-7b18aac11e23.png)

![tempsnip](https://user-images.githubusercontent.com/40497633/177736919-bec0c473-879c-449c-aa0b-dae0f5e79429.png)

![image](https://user-images.githubusercontent.com/40497633/177998772-0b041705-f4e1-4203-af0b-7f3547c63cb5.png)