https://github.com/incogbyte/shosubgo
Small tool to Grab subdomains using Shodan api.
https://github.com/incogbyte/shosubgo
golang grab-subdomains shodan shodan-api
Last synced: 6 days ago
JSON representation
Small tool to Grab subdomains using Shodan api.
- Host: GitHub
- URL: https://github.com/incogbyte/shosubgo
- Owner: incogbyte
- Created: 2020-02-07T17:55:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T12:33:09.000Z (6 months ago)
- Last Synced: 2025-04-01T14:01:53.708Z (13 days ago)
- Topics: golang, grab-subdomains, shodan, shodan-api
- Language: Go
- Homepage:
- Size: 62.5 KB
- Stars: 428
- Watchers: 4
- Forks: 61
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bugbounty-tools - shosubgo - Small tool to Grab subdomains using Shodan api (Recon / Subdomain Enumeration)
- WebHackersWeapons - shosubgo
- awesome-ip-search-engines - ShoSubGo
README
# shosubgo
Small tool to Grab subdomains using Shodan api.
## Get your shodan api FREE with limit usage:## Install
```bash
$ go install github.com/incogbyte/shosubgo@latest
# verify inside your $GOPATH the folder "bin"
```## Usage
```bash
go run main.go -d target.com -s YourAPIKEY / go run main.go -f file -s YourAPIKEY
```
## Usage download from releases:https://github.com/incogbyte/shosubgo/releases/tag/1.1
```bash
# From Download Releases./shosubgo_linux -d target.com -s YourAPIKEY
./shosubgo_linux -f file -s YourAPIKEY
```

#### Mentions
1. Quoted in the vídeo https://www.youtube.com/watch?v=qLTe6Z10vj8 h@cktivitycon 2020: The Bug Hunter's Methodology v4: Recon Edition by @Jhaddix
2. Mentioned at @SANSOffensive con :) 2024 by @Jhaddix