jaeles-project / gospider

Gospider - Fast web spider written in Go
MIT License
2.49k stars 304 forks source link

[Enchancement] Plain output format #4

Open sumgr0 opened 4 years ago

sumgr0 commented 4 years ago

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 formatted output to pass the urls to other tools. Is there a possibility to use a -plain format to get the output of just the urls without the preceding information like the source of the url and http code?

One challenge I notice is the way to output information from linkfinder.

Thanks

edduuu commented 4 years ago

| grep -e "code-200" | awk '{print $5}'