Changeset 1460479
- Timestamp:
- 07/25/2016 10:53:20 PM (10 years ago)
- Location:
- total-security
- Files:
-
- 73 added
- 1 deleted
- 5 edited
-
tags/3.4.1 (added)
-
tags/3.4.1/css (added)
-
tags/3.4.1/css/admin.css (added)
-
tags/3.4.1/css/bookmarklet.css (added)
-
tags/3.4.1/css/snippet.min.css (added)
-
tags/3.4.1/images (added)
-
tags/3.4.1/images/_16x16-3.png (added)
-
tags/3.4.1/images/_16x16.png (added)
-
tags/3.4.1/images/ajax-loader.gif (added)
-
tags/3.4.1/images/bg.png (added)
-
tags/3.4.1/images/error2.png (added)
-
tags/3.4.1/images/ext (added)
-
tags/3.4.1/images/ext/_no.png (added)
-
tags/3.4.1/images/ext/css.png (added)
-
tags/3.4.1/images/ext/data.png (added)
-
tags/3.4.1/images/ext/exe.png (added)
-
tags/3.4.1/images/ext/f1.png (added)
-
tags/3.4.1/images/ext/f2.png (added)
-
tags/3.4.1/images/ext/flash.png (added)
-
tags/3.4.1/images/ext/html.png (added)
-
tags/3.4.1/images/ext/java.png (added)
-
tags/3.4.1/images/ext/jpg.png (added)
-
tags/3.4.1/images/ext/js.png (added)
-
tags/3.4.1/images/ext/pdf.png (added)
-
tags/3.4.1/images/ext/php.png (added)
-
tags/3.4.1/images/ext/txt.png (added)
-
tags/3.4.1/images/ext/zip.png (added)
-
tags/3.4.1/images/h3_icons (added)
-
tags/3.4.1/images/h3_icons/bug.png (added)
-
tags/3.4.1/images/h3_icons/code.png (added)
-
tags/3.4.1/images/h3_icons/locate.png (added)
-
tags/3.4.1/images/h3_icons/star.png (added)
-
tags/3.4.1/images/info.png (added)
-
tags/3.4.1/images/info0.png (added)
-
tags/3.4.1/images/info2.png (added)
-
tags/3.4.1/images/loading.gif (added)
-
tags/3.4.1/images/paypal.png (added)
-
tags/3.4.1/images/success.png (added)
-
tags/3.4.1/images/warning.png (added)
-
tags/3.4.1/js (added)
-
tags/3.4.1/js/admin.js (added)
-
tags/3.4.1/js/jquery.blockUI.js (added)
-
tags/3.4.1/js/snippet.min.js (added)
-
tags/3.4.1/lang (added)
-
tags/3.4.1/lang/Help translating it.url (added)
-
tags/3.4.1/lang/total-security-ru_RU.mo (added)
-
tags/3.4.1/libs (added)
-
tags/3.4.1/libs/bookmarklet (added)
-
tags/3.4.1/libs/bookmarklet/_footer.php (added)
-
tags/3.4.1/libs/bookmarklet/_head.php (added)
-
tags/3.4.1/libs/bookmarklet/password_hash.php (added)
-
tags/3.4.1/libs/brute-force-dictionary.txt (added)
-
tags/3.4.1/libs/hashes-4.5.3.php (added)
-
tags/3.4.1/modules (added)
-
tags/3.4.1/modules/class-p2.php (added)
-
tags/3.4.1/modules/class-p3.php (added)
-
tags/3.4.1/modules/class-p4.php (added)
-
tags/3.4.1/modules/class-p5.php (added)
-
tags/3.4.1/modules/class-p7.php (added)
-
tags/3.4.1/modules/class-process.php (added)
-
tags/3.4.1/modules/inc-p1.php (added)
-
tags/3.4.1/modules/inc-p2.php (added)
-
tags/3.4.1/modules/inc-p3.php (added)
-
tags/3.4.1/modules/inc-p4.php (added)
-
tags/3.4.1/modules/inc-p5.php (added)
-
tags/3.4.1/modules/inc-p6.php (added)
-
tags/3.4.1/modules/inc-p7.php (added)
-
tags/3.4.1/modules/inc-popup.php (added)
-
tags/3.4.1/modules/inc-sidebar.php (added)
-
tags/3.4.1/readme.txt (added)
-
tags/3.4.1/total-security.php (added)
-
tags/3.4.1/uninstall.php (added)
-
trunk/libs/hashes-4.5.2.php (deleted)
-
trunk/libs/hashes-4.5.3.php (added)
-
trunk/modules/class-p4.php (modified) (1 diff)
-
trunk/modules/class-process.php (modified) (3 diffs)
-
trunk/modules/inc-p6.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/total-security.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
total-security/trunk/modules/class-p4.php
r903302 r1460479 253 253 foreach ( $data as $item => $attr ) { 254 254 255 $rows[$count]['timestamp'] = $attr['timestamp'];256 $rows[$count]['id'] = $attr['id'];257 $rows[$count]['host'] = $attr['host'];258 $rows[$count]['uri'] = $attr['url'];259 $rows[$count]['referrer'] = $attr['referrer'];255 $rows[$count]['timestamp'] = sanitize_text_field($attr['timestamp']); 256 $rows[$count]['id'] = sanitize_text_field($attr['id']); 257 $rows[$count]['host'] = sanitize_text_field($attr['host']); 258 $rows[$count]['uri'] = sanitize_text_field($attr['url']); 259 $rows[$count]['referrer'] = sanitize_text_field($attr['referrer']); 260 260 $count++; 261 261 -
total-security/trunk/modules/class-process.php
r903302 r1460479 4 4 function __construct() { 5 5 if (isset( $_POST['fdx_page']) ) { 6 add_filter('init', array( $this, 'fdx_update_post_settings') );6 add_filter('init', array( $this, 'fdx_update_post_settings') ); 7 7 } 8 8 … … 43 43 */ 44 44 function fdx_update_post_settings() { 45 switch ( $_POST['fdx_page'] ) { 46 case 'fdx_form_all': 45 check_admin_referer( 'fdx_nonce' ); 46 switch ( $_POST['fdx_page'] ) { 47 case 'fdx_form_all': 47 48 $this->fdx_process_all(); 48 49 # first donation hidding time 'now' … … 66 67 break; 67 68 } 69 68 70 } 69 71 -
total-security/trunk/modules/inc-p6.php
r903302 r1460479 31 31 //form 32 32 echo '<form method="post" action="">'; 33 wp_nonce_field( );33 wp_nonce_field( 'fdx_nonce' ); 34 34 echo '<input type="hidden" name="fdx_page" value="fdx_form_all" />'; 35 35 … … 145 145 echo '<div class="button_reset">'; 146 146 echo '<form method="post" action="">'; 147 wp_nonce_field( 'fdx_nonce' ); 147 148 echo '<input type="hidden" name="fdx_page" value="fdx_reset" />'; 148 149 echo submit_button( __('Restore Defaults', $this->hook ), 'secondary', 'Submit' , false, array( 'id' => 'space', 'onclick' => 'return confirm(\'' . esc_js( __( 'Restore Default Settings?', $this->hook ) ) . '\');' ) ); -
total-security/trunk/readme.txt
r1457847 r1460479 4 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8DHY4NXW35T4Y 5 5 Tags: security, scan ,scanner, hack, exploit, secure, malware, phishing, vulnerability, scours, unsafe, total, 404 log, error 404, stealth login, hidden login, Bookmarklet,Log Viewer, debug.log 6 Requires at least: 4.5. 27 Tested up to: 4.5. 28 Stable tag: 3.4 6 Requires at least: 4.5.3 7 Tested up to: 4.5.3 8 Stable tag: 3.4.1 9 9 License: GPLv2 or later 10 10 … … 124 124 125 125 == Changelog == 126 * 3.4.1 127 * IMPROVED - Compatibility with WordPress 4.5.3 128 * FIX - Persistent cross-site scripting (XSS) vulnerability 129 * FIX - Settings change vulnerability 130 126 131 * 3.4 127 132 * NEW - New Test: SSL Logins and SSL Admin Access -
total-security/trunk/total-security.php
r1457847 r1460479 4 4 * Plugin URI: http://fabrix.net/total-security/ 5 5 * Description: Checks your WordPress installation and provides detailed reporting on discovered vulnerabilities, anything suspicious and how to fix them. 6 * Version: 3.4 6 * Version: 3.4.1 7 7 * Author: Fabrix DoRoMo 8 8 * Author URI: http://fabrix.net … … 14 14 15 15 class Total_Security { 16 public $min_wp_ver = '4.5. 2'; //17 public $pluginversion = '3.4 ';16 public $min_wp_ver = '4.5.3'; // 17 public $pluginversion = '3.4.1'; 18 18 public $pluginname = 'Total Security'; 19 19 public $hook = 'total-security';
Note: See TracChangeset
for help on using the changeset viewer.