Skip to content

Commit 0098f29

Browse files
committed
2 parents 8cac0df + 8445811 commit 0098f29

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55
This project is designed to perform SQL injection testing on various database systems. It includes functions to determine the number of columns in a database table and to identify the database type based on the response to SQL injection queries.
66

77
## Features
8-
- Determine the number of columns in a database table using SQL injection.
9-
- Identify the database type (MySQL, PostgreSQL, MsSQL, SQLite) based on SQL injection responses.
10-
- Count the occurrences of words in the response to help identify the database.
8+
- SQL Injection Testing: Perform SQL injection testing on various database systems.
9+
- Column Count Detection: Determine the number of columns in a database table using SQL injection.
10+
- Database Type Identification: Identify the database type (MySQL, PostgreSQL, MsSQL, SQLite) based on SQL injection responses.
11+
- Word Count Analysis: Count the occurrences of words in the response to help identify the database.
12+
- WAF Detection: Detect the presence of Web Application Firewalls (WAF) by analyzing HTTP responses and status codes.
13+
- WAF Identification: Identify specific WAFs (e.g., Cloudflare, Cloudfront, Akamai, Sucuri) based on HTTP headers and response content.
14+
- Multi-DBMS Support: Support for multiple database management systems (DBMS) including MySQL, PostgreSQL, MsSQL, and SQLite.
1115

1216
## Testing
1317
```sql
@@ -34,4 +38,4 @@ The project includes a test site that is located in `SQL_Injection_Lab.py` file.
3438
- Make a GUI for the project.
3539

3640
## License
37-
This project is licensed under the MIT License. See the `LICENSE` file for more details.
41+
This project is licensed under the MIT License. See the `LICENSE` file for more details.

0 commit comments

Comments
 (0)