Exploit Scanner - Version 0.97.1

Version Description

PHP 4 compatibility

Download this release

Release Info

Developer duck_
Plugin Icon wp plugin Exploit Scanner
Version 0.97.1
Comparing to
See all releases

Code changes from version 0.97 to 0.97.1

Files changed (2) hide show
  1. exploit-scanner.php +2 -4
  2. readme.txt +8 -1
exploit-scanner.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Exploit Scanner
4
  Plugin URI: http://ocaoimh.ie/exploit-scanner/
5
  Description: Scans your WordPress site for possible exploits.
6
- Version: 0.97
7
  Author: Donncha O Caoimh
8
  Author URI: http://ocaoimh.ie/
9
  */
@@ -343,11 +343,9 @@ function exploitscanner_hilight( $text ) {
343
  /**
344
  * Exploit Scanner base class. Scanners should extend this.
345
  */
346
- abstract class Exploit_Scanner {
347
  var $results;
348
 
349
- abstract function run();
350
-
351
  function add_result( $level, $info ) {
352
  $this->results[$level][] = $info;
353
  }
3
  Plugin Name: Exploit Scanner
4
  Plugin URI: http://ocaoimh.ie/exploit-scanner/
5
  Description: Scans your WordPress site for possible exploits.
6
+ Version: 0.97.1
7
  Author: Donncha O Caoimh
8
  Author URI: http://ocaoimh.ie/
9
  */
343
  /**
344
  * Exploit Scanner base class. Scanners should extend this.
345
  */
346
+ class Exploit_Scanner {
347
  var $results;
348
 
 
 
349
  function add_result( $level, $info ) {
350
  $this->results[$level][] = $info;
351
  }
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: donncha, duck_, ryan, azaozz, tott
3
  Tags: security, scanner, hacking, spam, hack, crack, exploit, vulnerability
4
  Tested up to: 3.0
5
- Stable tag: 0.97
6
  Requires at least: 2.9
7
  Donate link: http://ocaoimh.ie/wordpress-plugins/gifts-and-donations/
8
 
@@ -15,6 +15,7 @@ It does not remove anything. That is left to the user to do.
15
 
16
  Latest MD5 hash values for Exploit Scanner:
17
 
 
18
  * exploit-scanner.php (0.97): 8bd27a222010c2773d7ed618b0bacda3
19
  * exploit-scanner.php (0.96): 624f1869d5947470591a0d20bd6ce4e9
20
  * hashes-3.0.php: 85d718b35ea7d63418fedbe4d96c6b54
@@ -26,11 +27,17 @@ Thanks to [Thorsten Ott](http://blog.webzappr.com/) for everything he's added to
26
 
27
  == Upgrade Notice ==
28
 
 
 
 
29
  = 0.97 =
30
  Improved user experience and partially rewritten backend
31
 
32
  == Changelog ==
33
 
 
 
 
34
  = 0.97 =
35
  * AJAX paging
36
  * simplified results system (now only 3 levels)
2
  Contributors: donncha, duck_, ryan, azaozz, tott
3
  Tags: security, scanner, hacking, spam, hack, crack, exploit, vulnerability
4
  Tested up to: 3.0
5
+ Stable tag: 0.97.1
6
  Requires at least: 2.9
7
  Donate link: http://ocaoimh.ie/wordpress-plugins/gifts-and-donations/
8
 
15
 
16
  Latest MD5 hash values for Exploit Scanner:
17
 
18
+ * exploit-scanner.php (0.97.1): 34fb78df11668ada1174db7dcb1b6e65
19
  * exploit-scanner.php (0.97): 8bd27a222010c2773d7ed618b0bacda3
20
  * exploit-scanner.php (0.96): 624f1869d5947470591a0d20bd6ce4e9
21
  * hashes-3.0.php: 85d718b35ea7d63418fedbe4d96c6b54
27
 
28
  == Upgrade Notice ==
29
 
30
+ = 0.97.1 =
31
+ PHP 4 compatibility
32
+
33
  = 0.97 =
34
  Improved user experience and partially rewritten backend
35
 
36
  == Changelog ==
37
 
38
+ = 0.97.1 =
39
+ * PHP 4 compatibility
40
+
41
  = 0.97 =
42
  * AJAX paging
43
  * simplified results system (now only 3 levels)