Code Analyzer

Code Analyzer Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,736 downloads
Code Analyzer Icon

Try plugin: Code Analyzer

We'll create fresh WordPress site with Code Analyzer installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Code Analyzer

Simple search tool using regular expressions to find unwanted code in plugins.

0


0


0


0


0

updated: 8 years ago
since: 8 years ago
author: evilkitteh

Description

Scans plugin files for matches to custom regex patterns. Useful for checking whether your plugins don’t do anything shady.

Default search patterns match the following:

  • Exploitable PHP and JS functions and HTML tags
  • Code (de)obfuscation
  • Remote requests (including pingbacks, trackbacks and mail sending)
  • Filesystem modification
  • Direct database queries
  • User creation
  • Inline and enqueued scripts
  • Unicode and ASCII character literals, integer literals
  • URL addresses
  • Strings containing “swf”
  • Google Analytics and AdSense IDs