-
Notifications
You must be signed in to change notification settings - Fork 0
/
indexSQL.html
65 lines (61 loc) · 1.77 KB
/
indexSQL.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<title>STOP</title>
<style>
.alert{
width:40%;
border:2px solid black;
background-color:#e60000;
padding:20px; color:white;
font-family:system-ui;}
hr,p{
margin-left:5px;}
p{
text-align: justify;
text-justify: inter-word;}
button{
border-radius:4px;
border:1px solid black;
padding:3px;
margin-right:10px;}
button:hover{
background-color:#cccccc;
}
img{
width:100px;
float:left;
margin-right:10px;}
</style>
</head>
<!--home page-->
<body><center>
<div class="alert">
<table>
<tr>
<td style="width:20%;border-right:1px solid white;" rowspan=4><img src="alert.png"></td>
<td><center><h2 style="font-weight:800;"><span style="top:50%;align-items: center;justify-content: center;">High Risk of Security Compromise</span></h2><hr><br></center></td>
</td>
</tr>
<tr>
<td><center><img src="sql.png" style="margin-left:30%;width:40%;display:flex"></center></td>
</tr>
<tr>
<td>
<span class="content"><p style="text-align: justify; text-justify: inter-word;">This page is unsafe and vulnerable to security attacks.<br><b>High risk of SQLi attack!</b><i> (Click on Why... to know more)</i></p>
<hr>
</td>
</tr>
<tr>
<td>
<p>Check your connection, your connection is either intercepted by another party.<br>
An attacker is attempting to steal information that you are sending to the server. We advice you to contact the company via telephone or using different computer that doesn't yield warning.</p></span><br><br>
<center><a href="https://www.google.com"><button >Get me out of here!</button></a>
<a href="https://owasp.org/www-community/attacks/SQL_Injection"><button >Why was this site blocked?</button></a></center>
</td>
</tr>
</table>
</div>
</center>
</body>
</html>