mfazliazran / skipfish

Automatically exported from code.google.com/p/skipfish
Apache License 2.0
0 stars 0 forks source link

Form Based Authentication using Skipfish #155

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I was trying crawling some websites with Form Based Authentication using -A 
user:pass option in skipfish, but couldn't perform any. Only simple and Digest 
Authentications are happening. Kindly suggest some way for the same.

Original issue reported on code.google.com by aakash.k...@gmail.com on 22 Jun 2012 at 10:38

GoogleCodeExporter commented 8 years ago
The option you selected is for basic authentication. For other authentication 
methods, you're best off passing the authenticated cookies with -C until we 
implement real form based authentication (with in-session verification).

Original comment by niels.he...@gmail.com on 26 Jun 2012 at 6:57