Commit 3baf7bd
committed
Full Remake
WAF Identification
The tool can detect Web Application Firewalls (WAFs) by looking at the HTTP headers and the server's responses.
It can identify potential WAFs by checking for changes in the response status code and content.
Fingerprinting
The tool can figure out what type of database is being used by analyzing errors and using SQL injection techniques like UNION or stacked queries.
The queries are generated automatically by a custom tool.
Interpreter
The tool automatically selects the correct SQL language to use for SQL injection attacks, since different databases require different syntax.
Resolver (Beta)
This feature is still in development. It helps identify table columns and the name of the current database.
Injection Types
The tool supports different types of SQL injections, including:
Blind (Boolean and Time-based)
Error-based
UNION-based
These injections are automatically created by the custom query generator.
GUI (Graphical User Interface)
The tool has a modern, easy-to-use graphical interface that’s friendly for beginners.
SQL Query Generator
The tool generates SQL payloads and queries tailored for each database management system (DBMS), with unique openings, endings, and other custom elements for each type of DBMS.1 parent 276a67d commit 3baf7bd
File tree
84 files changed
+12327
-360
lines changed- backend
- helper
- injections
- blind
- helper
- modules
- query
- structs
- waf
- build
- darwin
- windows
- installer
- frontend
- public
- src
- app
- fingerprint
- infos
- injector
- interpreter
- resolver
- waf
- components
- wailsjs
- go/main
- runtime
- injections
- blind
- helper
- modules
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
84 files changed
+12327
-360
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 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 | + | |
20 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
21 | 76 | | |
22 | 77 | | |
23 | 78 | | |
| |||
34 | 89 | | |
35 | 90 | | |
36 | 91 | | |
37 | | - | |
38 | 92 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 93 | + | |
43 | 94 | | |
44 | | - | |
45 | | - | |
| 95 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 16 | | |
28 | 17 | | |
29 | 18 | | |
| |||
36 | 25 | | |
37 | 26 | | |
38 | 27 | | |
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 | 28 | | |
66 | 29 | | |
67 | 30 | | |
68 | 31 | | |
69 | 32 | | |
70 | 33 | | |
71 | 34 | | |
72 | | - | |
| 35 | + | |
| 36 | + | |
73 | 37 | | |
74 | 38 | | |
75 | 39 | | |
76 | 40 | | |
| 41 | + | |
77 | 42 | | |
78 | | - | |
| 43 | + | |
79 | 44 | | |
80 | 45 | | |
81 | | - | |
| 46 | + | |
82 | 47 | | |
83 | | - | |
| 48 | + | |
84 | 49 | | |
85 | 50 | | |
86 | | - | |
| 51 | + | |
87 | 52 | | |
88 | 53 | | |
89 | 54 | | |
0 commit comments