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

libinjection {{ version }} tokens diagnostics

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


{% if len(formvalue) %}
{% for p in parsed %} {% if p['sqli'] %}
{% else %}
{% end %}

{{ p['quote']}} quotes / {{ p['comment'] }} comments: SQLi {{ p['sqli'] }}

Fingerprint: {{ p['fingerprint'] }}

Raw Tokens

{% for i in p['tokens'] %} {% end %}
typevalue
{{ i[0] }}{{ i[1] }}

Folded

{% for i in p['folds'] %} {% end %}
typevalue
{{ i[0] }}{{ i[1] }}

{% end %} {% end %} {% end %}