sql-injection-detecor

0.1.0 • Public • Published

Sql Injection Detector

Sql-injection-detector is a Machine Learning powerd tools for detect sql injection syntext in SQL query.

Features

  • ML Powerd model
  • Detect 99.99% sql injection syntext
  • Sqlmap tested verified

Installation

Dillinger requires Node.js v10+ to run.

Install the sql-injection-detector.

npm install -g sql-injection-detecor

Using

Import

const sqlDetector = require('sql-injection-detecor');

Then:

let statement =  sqlDetector.detectSql("2' AND ORD(MID((SELECT DISTINCT(IFNULL(CAST(schema_name AS NCHAR),0x20)) FROM INFORMATION_SCHEMA.SCHEMATA LIMIT 5,1),5,1))>1 AND 'vFAF'='vFAF")
statement.then(function (res){
    if(success){
        console.log("Sql injection not detected")
    }
    else {
        console.log("Sql injection detected")
    }
}).catch(err =>{console.log(err)})

License

MIT

Free Software, Hell Yeah!

"Buy Me A Coffee"

BTC

3Ed3EgdQsVFNG3pGo3gJUqmUJEJ5oN2Hd1

Package Sidebar

Install

npm i sql-injection-detecor

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

85.2 kB

Total Files

8

Last publish

Collaborators

  • deysuman