https://github.com/thoratstuti/detecting-sql-injection-attacks-using-ast-
A Python program to develop a new policy based Proxy Agent, which classifies the request as a scripted request or query based request, and then, detects the respective type of attack, if any in the request.
https://github.com/thoratstuti/detecting-sql-injection-attacks-using-ast-
python sql
Last synced: about 1 month ago
JSON representation
A Python program to develop a new policy based Proxy Agent, which classifies the request as a scripted request or query based request, and then, detects the respective type of attack, if any in the request.
- Host: GitHub
- URL: https://github.com/thoratstuti/detecting-sql-injection-attacks-using-ast-
- Owner: thoratstuti
- Created: 2024-08-16T07:54:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T07:58:28.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T03:32:08.395Z (over 1 year ago)
- Topics: python, sql
- Language: Python
- Homepage:
- Size: 678 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Detecting-SQL-Injection-Attacks-using-AST-
A Python program to develop a new policy based Proxy Agent, which classifies the request as a scripted request or query based request, and then, detects the respective type of attack, if any in the request.