maccaches / skipfish

Automatically exported from code.google.com/p/skipfish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I pass some custom fields in skifish-Authentication

GoogleCodeExporter opened this issue · comments

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

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