Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarunkoyalwar/subroot
Simple and easy tool to fetch root domains using organization name from crt.sh
https://github.com/tarunkoyalwar/subroot
Last synced: about 1 month ago
JSON representation
Simple and easy tool to fetch root domains using organization name from crt.sh
- Host: GitHub
- URL: https://github.com/tarunkoyalwar/subroot
- Owner: tarunKoyalwar
- License: mit
- Created: 2023-01-28T14:42:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T14:46:42.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T00:34:46.475Z (5 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## subroot
## Usage
```console
subroot is tool to find root domains from crt.sh using Organization namesUsage:
./subroot [flags]Flags:
-on, -org-names string[] Org name to use
-rl, -root-level int Root level of domain (ex: 2 means *.domain.com) (default 2)
```### Acknowledgements
@projectdiscovery for `goflags` & `gologger`