bhimprakash / skipfish

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

How can I pass some custom fields in skifish-Authentication #191

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Could I pass some custom fields during the skifish-Authentication?
I tried to add a parameter like '--auth-type 1' but it warned me "unknown 
option' --auth-type 1'.

Original issue reported on code.google.com by 769786...@qq.com on 30 May 2013 at 9:21

GoogleCodeExporter commented 8 years ago
Do you mean form fields?  Field use to set the username and password can be set 
using --auth-user and --auth-pass, as documented here:
https://code.google.com/p/skipfish/wiki/Authentication

If the form contains other fields, then try -T "type=1" (see ./skipfish -h for 
info)

Original comment by niels.he...@gmail.com on 2 Jul 2013 at 8:21