gospider icon indicating copy to clipboard operation
gospider copied to clipboard

[Enchancement] Plain output format

Open sumgr0 opened this issue 4 years ago • 1 comments

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

sumgr0 avatar Mar 08 '20 08:03 sumgr0

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

edduuu avatar Apr 17 '20 00:04 edduuu