Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m7medvision/domains-grabber
This tool was originally written in Python by ye_hack and was later rewritten in Go language. The original repository can be found ye_hack. Thank you ye_hack for your contribution.
https://github.com/m7medvision/domains-grabber
go golang
Last synced: 2 days ago
JSON representation
This tool was originally written in Python by ye_hack and was later rewritten in Go language. The original repository can be found ye_hack. Thank you ye_hack for your contribution.
- Host: GitHub
- URL: https://github.com/m7medvision/domains-grabber
- Owner: m7medVision
- Created: 2022-05-20T18:08:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:39:42.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T16:54:50.716Z (5 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 7.03 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Domains grabber
This tool was originally written in Python by ye_hack and was later rewritten in Go language. The original repository can be found ye_hack. Thank you ye_hack for your contribution.## Usage
To use this tool, simply run it and provide the path to a text file containing a list of URLs as input. The tool will then process the URLs and perform its intended function.## Example
### Windows
```powershell
./DomainsGrabber.exe
```### Linux
```bash
./DomainsGrabber
```## BUGS
- Submit new issue
- do you want ask about all my tools ? you can add me in instagram : ye_hack or majhcc## Installation [Linux](https://wikipedia.org/wiki/Linux)
```bash
git clone https://github.com/yehack/Domains-grabber.git
cd Domains-grabber
./DomainsGrabber
```## Installation [Windows](https://wikipedia.org/wiki/Microsoft_Windows)
```powershell
git clone https://github.com/yehack/Domains-grabber.git
cd Domains-grabber
./DomainsGrabber.exe
```