jaeles-project / gospider

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

Is there any way to provide multiple cookie.? #24

Open sakyb7 opened 3 years ago

sakyb7 commented 3 years ago

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!

deft01 commented 9 months ago

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.