Plugin Directory

Changeset 2228006


Ignore:
Timestamp:
01/15/2020 07:30:53 PM (6 years ago)
Author:
wartraxx93
Message:

Fix minor bug

Location:
n0wpscan
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • n0wpscan/trunk/N0WPScan.php

    r2090916 r2228006  
    11<?php
    22/*
    3 Plugin Name: N0WPScan 
     3Plugin Name: N0WPScan
    44Description: Prevent WPScans on your site, disable this plugin when you are security testing or looking for vulnerabilities!
    5 Version: 5.5
     5Version: 5.6
    66Author: GeekParadize.Fr
    77Author URI: https://www.geekparadize.fr
     
    5252        <img src="<?php echo plugin_dir_url( __FILE__ ); ?>nowpscan.png" style="width: 200px;" /><br />
    5353        <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>
    5554    <?php
    5655}
     
    205204                'RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]',
    206205                'RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]',
    207                 'RewriteCond %{HTTP_USER_AGENT} ^hackney [OR]',
     206                                'RewriteCond %{HTTP_USER_AGENT} ^hackney [OR]',
    208207                'RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]',
    209208                'RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]',
     
    258257                'RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]',
    259258                'RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]',
    260                 'RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]',
     259                                'RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]',
    261260                'RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]',
    262261                'RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]',
     
    289288                'RewriteCond %{REQUEST_URI} union([^a]*a)+ll([^s]*s)+elect [NC]',
    290289                'RewriteRule ^(.*)$ index.php?bad_traffic=1 [R=301,L]',
    291                 '# END NOWPSCAN' 
     290                '# END NOWPSCAN'
    292291            );
    293292            array_splice( $exploded, 3, 0, $my_rules );
  • n0wpscan/trunk/readme.txt

    r2090916 r2228006  
    33Tags: hackers, wpscan, scanning, firewall, security, geekparadize, N0WPScan
    44Requires at least: 4.9
    5 Tested up to: 5.2
    6 Requires PHP: 5.6
    7 Stable tag: 5.5
     5Tested up to: 5.2 or higher
     6Requires PHP: 5.6 or higher
     7Stable tag: 5.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1111Secure your Wordpress of WPScan
    1212Prevent hackers using WPScan to find vulnerabilities in your site, disable this plugin when you are security testing or looking for vulnerabilities
    13  
     13
    1414== Description ==
    1515
    1616We 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
    1818[!] You can prevent most of the common attacks simply by keeping plugins, themes and the core WordPress framework updated
    19    
     19
    2020Benefits
    2121*   Disables access to admin for everyone except admins and editors
     
    2424*   Reduces the load on your server
    2525*   Prevents access to sensitive files
    26  
     26
    2727== Installation ==
    28  
     28
    2929This section describes how to install the plugin and get it working.
    30  
     30
    31311. Upload `N0WPScan.php` to the `/wp-content/plugins/` directory
    32322. Activate the plugin through the 'Plugins' menu in WordPress
    3333
    3434== Frequently Asked Questions ==
    35    
     35
    3636= What is WPSCAN? =
    37    
     37
    3838WPScan is a WordPress vulnerability scanner.
    39    
     39
    4040= What is a vulnerability? =
    41    
     41
    4242In 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.
    4343
    4444== Screenshots ==
    45    
     45
    46461. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
    4747the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
     
    7777* Fix bug minor
    7878
     79= 5.6 =
     80* Fix bug minor
     81
    7982== Upgrade Notice ==
    8083
    8184
    8285== About GeekParadize.Fr ==
    83 
Note: See TracChangeset for help on using the changeset viewer.