gospider
gospider copied to clipboard
Gospider - Fast web spider written in Go
I noticed in crawler.go there is a line of code on line #186 that replaces the filename `.` with `_`. This makes it more difficult to add this tool into...
go get: github.com/jaeles-project/[email protected]: parsing go.mod: module declares its path as: github.com/theblackturtle/gospider but was required as: github.com/jaeles-project/gospider This is the error message I am receiving and I can't move forward.
Thank you so much for sharing. it helped me a lot. and some of the js file link is contained in ,i think crawler.C.OnHTML("[href]", func(e *colly.HTMLElement) {} can also use...
First off just wanted to say, love the tools man! Could you add a flag to output all the links in raw format? Thanks!
Hi! First, thank you for such awesome tools. I've just started using the gospider and like the way it crawls and lists down the output. I however, miss a plain...
Absolutely love the tool. Having the --other-source flag is a life saver. I was thinking, you should add a flag to allow user defined directory brute forcing. Some sites don't...
There is no statement present about the licensing of the project. Please add a `LICENSE` file. Thanks.
Gospider uses a lot of RAM. It's ram usage keeps increasing with time . And it chokes my server if it keeps running for a few hours even with low...
Possible memory leak here. https://stackoverflow.com/a/33238755
Installing binaries with GO111MODULE=on go get is deprecated and is enabled by default