{% extends "base.html" %} {% block title %}libinjection sqli diagnostic{% end %} {% block body %}

libinjection {{ version }} diagnostics

Enter text to be analyzed in form below or directly modify the query string:


{% if len(args) %}

SQLi Detected: {{ is_sqli }}

{% if is_sqli %} Is this wrong? {% else %} Is this wrong? {% end %}

{% for arg in args %} {% if arg[2] %} {% else %} {% end %} {% end %}
namevaluesqli?fingerprint
{{ arg[0] }}{{ arg[1] }}{{ arg[2] }}{{ arg[3] }}
{% end %}

Fingerprints in all contexts

{% for name, v in allfp.iteritems() %}

query string: "{{ name }}"

{{ v['value'] }}

{% for arg in v['fingerprints'] %} {% if arg[2] %} {% else %} {% end %} {% end %}
quoting contextcomment styleis sqlifingerprint
{{ arg[0] }} {{ arg[1] }} {{ arg[2] }} {{ arg[3] }}
{% end %}

Notes:

{% end %}