Skip to content
David García edited this page Sep 6, 2017 · 11 revisions

Simple usage

There are two mandatory parameters: '-u' with the target URL and '-p' with the desired payload.

$ cansina.py -u <target> -p <payload>

It will start cansina with 4 threads and will ban 404 code responses from GET requests.

This is a very basic shoot. A previous careful manual inspection is recommended in order to fine tuning arguments and reduce false positives.

You can also used the standard out using '-' in case you want to preprocess the payloads, for example sorting them or cat a couple of files:

$ cat <payload.txt> | sort | cansina.py -u <target> -p -

Clone this wiki locally