Plugin Directory

Changeset 1501890


Ignore:
Timestamp:
09/24/2016 11:54:01 AM (10 years ago)
Author:
eslamsalem
Message:

updates

Location:
shieldfy
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • shieldfy/tags/2.0/readme.txt

    r1427673 r1501890  
    33Tags: security, antimalware,antivirus,xss,sql injection,csrf,firewall,malware,php backdoor,vulnerability, exploit, exploitation, file inclusion, hack, hackers, htaccess, malicious, protection, website security, sqli, attack,zeroday, ban, banned,php shells,botnet,ransomware, ddos, clean, hack repair
    44Requires at least: 3.0.1
    5 Tested up to: 4.5
     5Tested up to: 4.6
    66Stable tag: 2.0
    77License: GPLv2 or later
  • shieldfy/tags/2.0/shieldfy.php.client

    r1444947 r1501890  
    1 #php
     1<?php
    22/**
    33 * Shieldfy Client
     
    235235            //check content if its illegal
    236236            $res = file_get_contents($info['tmp_name']);
    237             if(strstr($res, '#php')){
     237            if(strstr($res, '<?php')){
    238238                //its php file , exit now
    239239                $send = $this->compress(json_encode($send));
     
    575575                    }
    576576                    $content = file_get_contents($dir->getPathname());
    577                     if(strstr($content, '#php')){
     577                    if(strstr($content, '<?php')){
    578578                        if(isset($execludes[$dir->getPathname()])){
    579579                            continue;
  • shieldfy/trunk/readme.txt

    r1423075 r1501890  
    33Tags: security, antimalware,antivirus,xss,sql injection,csrf,firewall,malware,php backdoor,vulnerability, exploit, exploitation, file inclusion, hack, hackers, htaccess, malicious, protection, website security, sqli, attack,zeroday, ban, banned,php shells,botnet
    44Requires at least: 3.0.1
    5 Tested up to: 4.5
     5Tested up to: 4.6
    66Stable tag: 2.0
    77License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.