Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abaykan/getsubdomain
Get subdomain list and check whether they are active or not by each response code. Using API by c99.nl
https://github.com/abaykan/getsubdomain
go golang reconnaissance scanner subdomain-finder subdomain-scanner
Last synced: 6 days ago
JSON representation
Get subdomain list and check whether they are active or not by each response code. Using API by c99.nl
- Host: GitHub
- URL: https://github.com/abaykan/getsubdomain
- Owner: abaykan
- Created: 2021-11-23T17:53:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T03:38:16.000Z (over 2 years ago)
- Last Synced: 2024-08-01T21:39:50.627Z (3 months ago)
- Topics: go, golang, reconnaissance, scanner, subdomain-finder, subdomain-scanner
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-made-by-indonesian - getsubdomain - `Get subdomain list and check whether they are active or not by each response code. Using API by c99.nl` *by [abay](https://github.com/abaykan)* (G)
- made-in-indonesia - getsubdomain - `Get subdomain list and check whether they are active or not by each response code. Using API by c99.nl` *by [abay](https://github.com/abaykan)* (G)
README
# getsubdomain
Get subdomain list and check whether they are active or not by each response code. Using API by [c99.nl](https://c99.nl/)### Installation
```
▶ go install github.com/abaykan/getsubdomain@latest
```
Put your `API_KEY` in `~/.config/c99.txt`:
```
▶ echo "" > ~/.config/c99.txt
```### Usage
- Single Domain
```
▶ echo "kustirama.id" | getsubdomain
```
or
```
▶ echo "kustirama.id" | getsubdomain
```
- From List
```
▶ cat domainlist.txt | getsubdomain
```
or
```
▶ cat domainlist.txt | getsubdomain
```### Example Output
- Single Domain- From Domain List
### Disclaimer
For my own learning purpose. These codes are messy af. Feel free to contribute so I know how to code properly.
Don't expect anything new or ground breaking, I'm just following tutorials.