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

https://github.com/zidansec/subscan

Subscan is a simple tool for subdomain scanner, it can scan subdomains fast.
https://github.com/zidansec/subscan

cyber-security hacktool information-security linux-tools osint osint-tool pentest pentest-tool security subdomain-scanner

Last synced: 11 months ago
JSON representation

Subscan is a simple tool for subdomain scanner, it can scan subdomains fast.

Awesome Lists containing this project

README

          

# Subscan

> Subscan is a simple tool for subdomain scanner, it can scan subdomains fast.



## Installation

```bash
git clone https://github.com/zidansec/subscan.git
```
```bash
cd subscan
```
```bash
./subscan exemple.com
```

Or

```bash
sudo wget https://raw.githubusercontent.com/zidansec/subscan/master/subscan -O /bin/subscan && sudo chmod +x /bin/subscan
```

```bash
subscan exemple.com
```