urlscrapy
A web scrapper to extract the URLs embedded on the Website.
Installation
go install -v github.com/thevillagehacker/[email protected]
or
git clone https://github.com/thevillagehacker/urlscrapy.git
cd urlscrapy
go build
bd1 binary will be created and Move the binary to the required folder and add the path to the environment variables.
Usage
go run urlscrapy.go -u https://example.com
or
urlscrapy -u https://example.com