Skip to content

Kong plugin for detection of SQL injections and XSS code

Notifications You must be signed in to change notification settings

ror6ax/kong_injection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

02abcbb · Oct 6, 2018

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Kong plugin for detection of SQL injections and XSS code

Set-up.

  • sqli = true | false - enable SQL injection filter. Required.
  • xss = true | false - enable Cross site scripting filter. Required.
  • sqli_mode = "drop" | "log" - define what to do with request matching the SQL injection. Required.
  • xss_mode = "drop" | "log" - define what to do with request matching the XSS code. Required.

TODO:

  • limit the scanning to dynamically defined parts of the request

About

Kong plugin for detection of SQL injections and XSS code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages