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.
- Host: GitHub
- URL: https://github.com/zidansec/subscan
- Owner: zidansec
- License: mit
- Created: 2022-05-23T08:50:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T14:53:35.000Z (over 2 years ago)
- Last Synced: 2025-03-20T13:09:11.135Z (11 months ago)
- Topics: cyber-security, hacktool, information-security, linux-tools, osint, osint-tool, pentest, pentest-tool, security, subdomain-scanner
- Language: PHP
- Homepage: https://zdn.my.id
- Size: 15.6 KB
- Stars: 32
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```