PHP Classes

File: staff/patterns.json

Recommend this page to a friend!
  Classes of Roman Shneer   PHP Web Security Scanner   staff/patterns.json   Download  
File: staff/patterns.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Web Security Scanner
Stop security attacks blocking malicious values
Author: By
Last change: Cleared Code, Updated Security Patterns for installation
Date: 8 years ago
Size: 1,383 bytes
 

Contents

Class file image Download
[{"code":"union","description":"UNION using for sql commands in SQL-Injection Attack, dangerous - medium"},{"code":"select","description":"SELECT using for sql commands in SQL-Injection Attack, dangerous - medium"},{"code":"\/*","description":"hacker use comment for hide commands like sel\/**\/ect"},{"code":"*\/","description":"SQLInjection compromate - comment star left"},{"code":"order","description":"sql command"},{"code":"\"","description":"DoubleQuote help check if variables not filtered via type SQL-Injection"},{"code":"'","description":"Quote help check if variables not filtered via type SQL-Injection"},{"code":"or","description":"Or used in MySQL injections."},{"code":"\\x","description":"MysqlInjection by utf"},{"code":"..","description":"can be used for cross site scripting"},{"code":"||","description":"MySQL injection helper"},{"code":"&&","description":"MySQL Injection helper"},{"code":"%","description":"Can be used for Injection"},{"code":"+","description":"Can be used for XSS"},{"code":"\u003C","description":"Can be used for XSS"},{"code":"@","description":"Can be used for MS injection"},{"code":"(","description":"Can be used for MySQL Injection"},{"code":";","description":"can be used for separate commands for MySQL Injection"},{"code":".","description":"Can be used in MySQL Injection"},{"code":")","description":"Can be used in MySQL Injection"}]