1.0.2 • Published 3 years ago

sqlia_detect v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

SQLIA_detection


description: It will detect malicious text in input file. Based on pattern matching and trimming using z-algorithm.


const sqlia_detect = require('sqlia_detect');

const result = sqlia_detect(`usual password`);
//Here result will be false

result = sqlia_detect(`anything" or "x"="x`) 
//Here result will be true, as the input is malicious
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago