forked from 0c34/govwa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.sqli2.html
26 lines (26 loc) · 1.13 KB
/
template.sqli2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{{define "template.sqli2"}} {{template "template.header" .}} {{template "template.sidebar" .}}
<div class="col-md-9">
<div class="panel panel-primary">
<div class="panel-heading">SQL Injection Vulnerability</div>
<div class="panel-body">
<div class="pnl">
<!-- <span class="subheader">SQL Injection Vulnerability</span> -->
<p>Mastering your SQLMap</p>
<p>Your Profile :</p>
<pre>
Uid : {{.uid}}
Name : {{.name}}
City : {{.city}}
Number : {{.number}}
</pre>
<div class="more-info">
<span>More Info :</span>
<a target="_blank" href="http://www.sqlinjection.net/union/">http://sqlmap.org/</a>
<a target="_blank" href="http://www.sqlinjection.net/union/">http://www.sqlinjection.net/union/</a>
<a target="_blank" href="https://www.owasp.org/index.php/SQL_Injection">https://www.owasp.org/index.php/SQL_Injection</a>
</div>
</div>
</div>
</div>
</div>
{{template "template.footer"}} {{ end }}