nichogenius
19589b8311
Added long single line PHP code pattern
...
One common tactic is to shove all of your PHP code into a single line, often contained within its own PHP tags, and drop it into any .php file that you want. This pattern should detect if more than 750 characters are contained within PHP tags on a single line.
2017-08-15 12:03:19 -06:00
nichogenius
d7d85f13c7
Added encoded versions of '_' character.
...
Added encoded versions of '_' character.
2017-08-03 10:33:00 -06:00
nichogenius
26fd5d91e7
Removed (chr\(\d+\)\.){4,}
...
Too many false positives
2017-07-27 07:27:37 -06:00
nichogenius
b138ce1707
Added generic base64 long string pattern
...
Added some comments to the file and added a generic base64 string regex for long base64 strings.
2017-07-26 00:26:29 -06:00
Gabor Gyorvari
18929a47aa
Japanese keywoard SEO hack
...
More info at https://developers.google.com/webmasters/hacked/docs/fixing_the_japanese_keyword_hack
2017-02-22 14:01:44 +01:00
Gabor Gyorvari
cd78f4a8ac
Separate patterns from code
2017-02-22 13:56:09 +01:00