Skip to content

Output options

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

Show full path (--full-path)

$ cansina -u <target> -p <payload> --full-path

Instead of only resources, handle+domain+resource will be output if full path is desired.

Show 'Content-Type' of response (--show-type)

$ cansina -u <target> -p <payload> --show-type

Will show the provided 'Content-Type' in positive results.

Output in csv

$ cansina -u <target> -p <payload> -o <file.csv>

Select a path to store your sqlite results

$ cansina -u <target> -p <payload> -O <sqlite_filepath>