Changeset 2090750
- Timestamp:
- 05/19/2019 12:48:25 PM (7 years ago)
- Location:
- n0wpscan/trunk
- Files:
-
- 2 edited
-
N0WPScan.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
n0wpscan/trunk/N0WPScan.php
r2090749 r2090750 3 3 Plugin Name: N0WPScan 4 4 Description: Prevent WPScans on your site, disable this plugin when you are security testing or looking for vulnerabilities! 5 Version: 5. 25 Version: 5.3 6 6 Author: GeekParadize.Fr 7 7 Author URI: https://www.geekparadize.fr … … 122 122 123 123 // WordPress version identified from stylesheets numbers 124 $wp_version = '';124 //$wp_version = ''; 125 125 } 126 126 … … 152 152 // Remove <meta name="generator" content="WordPress" /> 153 153 //remove_action('wp_head', 'wp_generator'); 154 //add_filter('the_generator', 'nowpscan_nowpscan_remove_generator');154 add_filter('the_generator', 'nowpscan_nowpscan_remove_generator'); 155 155 //function nowpscan_nowpscan_remove_generator() { 156 156 // return ''; -
n0wpscan/trunk/readme.txt
r2090749 r2090750 5 5 Tested up to: 5.2 6 6 Requires PHP: 5.6 7 Stable tag: 5. 27 Stable tag: 5.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 74 74 * Fix bug minor 75 75 76 = 5.3 = 77 * Fix bug minor 78 76 79 == Upgrade Notice == 77 80
Note: See TracChangeset
for help on using the changeset viewer.