gospider icon indicating copy to clipboard operation
gospider copied to clipboard

Gospider - Fast web spider written in Go

Results 60 gospider issues
Sort by recently updated
recently updated
newest added

@j3ssie Linkfinder is not working by default in this newer version 1.1.6

### Add Dockerfile ``` FROM golang:1.17.8-alpine3.14 AS build-env RUN apk add --no-cache build-base RUN go install github.com/jaeles-project/gospider@latest FROM alpine:3.15.0 RUN apk add --no-cache bind-tools ca-certificates COPY --from=build-env /go/bin/gospider /usr/local/bin/gospider ENTRYPOINT...

URLs containing dashes in a list can not be parsed: http://ec2-XXX-XX-XX-XXX.compute-1.amazonaws.com gospider -S test.txt -v [0000] ERROR Failed to parse domain

I think this is a bug for me this works only when restarting my machine \\ temp fix gospider -s https://$domain -d 0 --sitemap -q -c 10 -a >>gospider_$domain \\...

Hey I found that if a relative path exists in a js file like the following: `telerik_ReportViewer({serviceUrl:"../../api/reports"` gospider will place in a loop and generates lots of invalid URLs and...

Some web apps bind user's cookie and user-agent header for access control, however self-defined user-agent args passed in gospider are turning into lower-case.

can you tell me how to install it using "go install" please? because the "go get -u" command is deprecated ``` go get: installing executables with 'go get' in module...

I can't find the config file do add the API anywere. " WARN You are not set VirusTotal API Key yet."

Hi i saw duplicates issue but still idk what is solution and have 1 errror too How can i scan without duplicates and with just urls

when crawling some sites output is like ``` js/image text/js text/html text/xml|js js/js/js/ text/javascript text/plain e.t.c ``` the reason is jslinkfinder module. easy way fix this add to blacklist which...