1.0.2 • Published 1 year ago

sqlia_detect v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago