Changeset 2228006
- Timestamp:
- 01/15/2020 07:30:53 PM (6 years ago)
- Location:
- n0wpscan
- Files:
-
- 4 added
- 2 edited
-
tags/5.5 (added)
-
tags/5.5/N0WPScan.php (added)
-
tags/5.5/nowpscan.png (added)
-
tags/5.5/readme.txt (added)
-
trunk/N0WPScan.php (modified) (5 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
n0wpscan/trunk/N0WPScan.php
r2090916 r2228006 1 1 <?php 2 2 /* 3 Plugin Name: N0WPScan 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. 55 Version: 5.6 6 6 Author: GeekParadize.Fr 7 7 Author URI: https://www.geekparadize.fr … … 52 52 <img src="<?php echo plugin_dir_url( __FILE__ ); ?>nowpscan.png" style="width: 200px;" /><br /> 53 53 <p><strong><?php echo $nowpscan_status; ?></strong></p><br /> 54 <small>Are you ready for the GDPR? Visit <a href='https://www.geekparadize.fr/etes-vous-pret-pour-la-rgpd'>https://www.geekparadize.fr/etes-vous-pret-pour-la-rgpd</a> for more info</small>55 54 <?php 56 55 } … … 205 204 'RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]', 206 205 'RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]', 207 'RewriteCond %{HTTP_USER_AGENT} ^hackney [OR]',206 'RewriteCond %{HTTP_USER_AGENT} ^hackney [OR]', 208 207 'RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]', 209 208 'RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]', … … 258 257 'RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]', 259 258 'RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]', 260 'RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]',259 'RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]', 261 260 'RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]', 262 261 'RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]', … … 289 288 'RewriteCond %{REQUEST_URI} union([^a]*a)+ll([^s]*s)+elect [NC]', 290 289 'RewriteRule ^(.*)$ index.php?bad_traffic=1 [R=301,L]', 291 '# END NOWPSCAN' 290 '# END NOWPSCAN' 292 291 ); 293 292 array_splice( $exploded, 3, 0, $my_rules ); -
n0wpscan/trunk/readme.txt
r2090916 r2228006 3 3 Tags: hackers, wpscan, scanning, firewall, security, geekparadize, N0WPScan 4 4 Requires at least: 4.9 5 Tested up to: 5.2 6 Requires PHP: 5.6 7 Stable tag: 5. 55 Tested up to: 5.2 or higher 6 Requires PHP: 5.6 or higher 7 Stable tag: 5.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 11 11 Secure your Wordpress of WPScan 12 12 Prevent hackers using WPScan to find vulnerabilities in your site, disable this plugin when you are security testing or looking for vulnerabilities 13 13 14 14 == Description == 15 15 16 16 We love security testing, we do it! We love WPSCAN, we use it! However we don't love people abusing WPSCAN and other automated methods to try and gain access to WordPress sites through known and often easy vulnerabilities. N0WPScan is not a silver bullet, but it will stop unskilled attackers, bots and automated attacks which account for over 90% of all WordPress breaches. The other 10% can be offset with a good firewall, IDS and NSM services. Server load will also be lower and sites faster as this tool will prevent a lot of WordPress related automated testing. 17 17 18 18 [!] You can prevent most of the common attacks simply by keeping plugins, themes and the core WordPress framework updated 19 19 20 20 Benefits 21 21 * Disables access to admin for everyone except admins and editors … … 24 24 * Reduces the load on your server 25 25 * Prevents access to sensitive files 26 26 27 27 == Installation == 28 28 29 29 This section describes how to install the plugin and get it working. 30 30 31 31 1. Upload `N0WPScan.php` to the `/wp-content/plugins/` directory 32 32 2. Activate the plugin through the 'Plugins' menu in WordPress 33 33 34 34 == Frequently Asked Questions == 35 35 36 36 = What is WPSCAN? = 37 37 38 38 WPScan is a WordPress vulnerability scanner. 39 39 40 40 = What is a vulnerability? = 41 41 42 42 In computer security, a vulnerability is a weakness which allows an attacker to reduce a system's information assurance. Vulnerability is the intersection of three elements: a system susceptibility or flaw, attacker access to the flaw, and attacker capability to exploit the flaw. 43 43 44 44 == Screenshots == 45 45 46 46 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from 47 47 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets … … 77 77 * Fix bug minor 78 78 79 = 5.6 = 80 * Fix bug minor 81 79 82 == Upgrade Notice == 80 83 81 84 82 85 == About GeekParadize.Fr == 83
Note: See TracChangeset
for help on using the changeset viewer.