Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tismayil/rsdl
Subdomain Scan With Ping Method.
https://github.com/tismayil/rsdl
Last synced: about 1 month ago
JSON representation
Subdomain Scan With Ping Method.
- Host: GitHub
- URL: https://github.com/tismayil/rsdl
- Owner: tismayil
- License: gpl-2.0
- Created: 2019-10-30T15:05:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T17:26:02.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T08:10:29.714Z (4 months ago)
- Language: Go
- Size: 2.05 MB
- Stars: 46
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-bbht - rsdl - Subdomain Scan with the Ping Method (Subdomain-enum)
- awesome-bbht - rsdl - Subdomain Scan with the Ping Method (Subdomain-enum)
- awesome-hacking-lists - tismayil/rsdl - Subdomain Scan With Ping Method. (Go)
README
# rsdl Subdomain Scanner v.2
Subdomain Scan With Ping Method & Check HTTP/S Statuses.[![asciicast](https://asciinema.org/a/w3PxQLza7NjAIB2nevGf7887C.svg)](https://asciinema.org/a/w3PxQLza7NjAIB2nevGf7887C)
| Flags | Value | Description |
| ------------ |:-------------:| -----:|
| --hostname | example.com | Domain for scan. |
| --output | | Records the output with the domain name. |
| --list | /tmp/lists/example.txt | Lister for subdomains.## New Features
* - Checking HTTP/HTTPS statuses
* - Timeout time's updated for HTTP/HTTPS requests
* - Scanning just got faster
* - Scanning IP's
* - New terminal interface## Installation
* - go get github.com/tismayil/rsdl
* - clone repo and build ( **go build rsdl.go** )## Used Repos.
* - GO Spinner : github.com/briandowns/spinner - [ **go get github.com/briandowns/spinner** ]
* - GO Ping : github.com/sparrc/go-ping - [ **go get github.com/sparrc/go-ping** ]