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

Hi, At first, congratulations for this project. I am have an issue, maybe by my mistake, but I'd want to send to stdout only URLs, without flags like **[url]** and...

There is a missing check if --json or --quiet tags are being used leading to an annoying "[url] [code-....]" output breaking the expected output when using these flags. Thix PR...

panic: sync: WaitGroup is reused before previous Wait has returned goroutine 6 [running]: sync.(*WaitGroup).Wait(0xc00003d690?) /usr/lib/go/src/sync/waitgroup.go:118 +0x7f github.com/gocolly/colly/v2.(*Collector).Wait(0xc0002f0120?) /go/pkg/mod/github.com/gocolly/colly/[email protected]/colly.go:812 +0x25 main.run.func1() /go/pkg/mod/github.com/jaeles-project/[email protected]/main.go:223 +0x515 created by main.run /go/pkg/mod/github.com/jaeles-project/[email protected]/main.go:155 +0x687

I was using gospider to find links on a page, and the shell can't return. Then I use burpsuite proxy and debug mod found that there is a error show...

Hi, I'm currently making the portswigger academy with this challenge: [Infoleak via Backup files](https://portswigger.net/web-security/information-disclosure/exploiting/lab-infoleak-via-backup-files). It has a robots.txt with the following content: ``` User-agent: * Disallow: /backup ``` Unfortunately gospider...

How to crawl the video list of this website https://www.cctalk.com/m/group/89612913

futex(0x11d3068, FUTEX_WAIT_PRIVATE, 0, NULL

If the user did not specify any args/flags, the 'help' will show up.