jaeles-project / gospider

Gospider - Fast web spider written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any way to provide multiple cookie.?

sakyb7 opened this issue · 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!

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.