-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.php
More file actions
65 lines (55 loc) · 4.43 KB
/
index.php
File metadata and controls
65 lines (55 loc) · 4.43 KB
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
<html>
<body bgcolor="#000000">
<title>FatCat SQL Inject0r by [s]</title>
<head>
<link href="css/loginmodule.css" rel="stylesheet" type="text/css" />
<link href="css/mic.css" rel="stylesheet" type="text/css" />
</head>
<center>
<font color="#00CC00" size="1">
<pre>
##### ##### ##### ##### # ### ###
# # # # # # # # # # # ###### #### ##### # # #####
# # # # # # # ## # # # # # # # # # #
# ##### # # # # # # # # # ##### # # # # # # #####
# # # # # # # # # # # # # # # # # #####
# # # # # # # # # ## # # # # # # # # # #
##### ##### ##### #### # ####### ### # # #### ###### #### # ### # #
By [S] --[G4H]-- A Web Pentesting Tool .
</pre>
</center>
</font>
<font color="#00CC00">
<form action="dosql.php" method="get">
<br>
SQLI Link <input type="text" name="sqliurl" ><br><br>
Vaild Variable Value <input type="text" name="var" value="2"> * Like &ID=2</br>
<br>
<select name="options">
<option value="normal">Normal Sql Injection </option>
<option value="error"> Double Query (Error Based Sql Injection) Injection</option>
</select>
<br>
<br>
<input type="submit" name="submit" value="Inject It ! ">
</form>
<br><br><br>
</font>
<font color="#CCCCCC">
*In Next Version <br>
1) WAF bypass <br>
2) Cookie Header passing <br>
3) Load File <br>
3) Generating XSS from SQL <br>
If you found any bug please Contact : lakhan002@gmail.com
<pre>
Requirement
1) PHP Verison 5.2.3
2) Enable file_get_function
</pre>
<pre>From this disclaimer you (reader, visitor, anybody concern) must agree that, you are using this tool on your own will and at your own risk.
Author will not be responsible for any consequences occurred thereby.
All information is only for education perpose only.</pre>
</font>
</body>
</html>