gospider icon indicating copy to clipboard operation
gospider copied to clipboard

Is there any way to provide multiple cookie.?

Open sakyb7 opened this issue 3 years ago • 1 comments

Hi@j3ssie, is there any way to provide multiple cookie bcoz when ever the spider hit /logout the cookie gets expire.. it will be an amazing feature if the user can provide multiple cookie!

sakyb7 avatar Oct 26 '20 12:10 sakyb7

Dunno if the feature did exist at the time you commented. Actually you can do :

gospider -s "http://your.url" --cookie "test=test;testbis=testbis"

Be careful, if you add a space in between the cookies it will just add the first cookie.

deft01 avatar Nov 16 '23 15:11 deft01