Changeset 1501890
- Timestamp:
- 09/24/2016 11:54:01 AM (10 years ago)
- Location:
- shieldfy
- Files:
-
- 3 edited
-
tags/2.0/readme.txt (modified) (1 diff)
-
tags/2.0/shieldfy.php.client (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shieldfy/tags/2.0/readme.txt
r1427673 r1501890 3 3 Tags: 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 4 4 Requires at least: 3.0.1 5 Tested up to: 4. 55 Tested up to: 4.6 6 6 Stable tag: 2.0 7 7 License: GPLv2 or later -
shieldfy/tags/2.0/shieldfy.php.client
r1444947 r1501890 1 #php1 <?php 2 2 /** 3 3 * Shieldfy Client … … 235 235 //check content if its illegal 236 236 $res = file_get_contents($info['tmp_name']); 237 if(strstr($res, ' #php')){237 if(strstr($res, '<?php')){ 238 238 //its php file , exit now 239 239 $send = $this->compress(json_encode($send)); … … 575 575 } 576 576 $content = file_get_contents($dir->getPathname()); 577 if(strstr($content, ' #php')){577 if(strstr($content, '<?php')){ 578 578 if(isset($execludes[$dir->getPathname()])){ 579 579 continue; -
shieldfy/trunk/readme.txt
r1423075 r1501890 3 3 Tags: 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 4 4 Requires at least: 3.0.1 5 Tested up to: 4. 55 Tested up to: 4.6 6 6 Stable tag: 2.0 7 7 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.