-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
SQL Injection Prevention System by Ovak Technologies - Toolkit for LabVIEW Download
Version | 1.0.0.9 |
Released | Jan 20, 2017 |
Publisher | Ovak Technologies |
License | Not Specified |
LabVIEW Version | LabVIEW>=15.0 |
Operating System | Windows, Mac, and Linux |
Project links |
Description
The purpose of this toolkit is to detect some types of SQL injection. It is implemented with the signature-based method, i.e. it detects specific types of injections.
These special types are the following:
1. AND/OR Attack
2. White Space Manipulation Attack
3. Hexademical/Decimal/Binary Variation Attack
4. Comments Attack
5. String Concatenation Attack
6. UNION Injection Attack
The protection against the first three types of attacks is implemented in this program.