Skip to content

Authentication

David García edited this page Sep 24, 2023 · 3 revisions

Basic authentication (-A)

Manages basic authentication.

$ cansina -u <target> -p <payload> -A<user:password>

Cookies (-C)

A set of cookies will be send in the requests. User the provided format: key:value,key:value,...

$ cansina -u <target> -p <payload> -C "JSESSIONID:blablabla,admin=1"

Clone this wiki locally