removed iframe scaner
iframe scanner was obsolete and no longer works with PHP 7
This commit is contained in:
4
sc.php
4
sc.php
@@ -1757,7 +1757,7 @@ system("find ../ -name VERSION.txt -exec head -n 1 {} \;");
|
||||
|
||||
}
|
||||
|
||||
function iframe(){
|
||||
/* function iframe(){
|
||||
$pwd = system('whoami');
|
||||
class PHPScan
|
||||
{
|
||||
@@ -1870,7 +1870,7 @@ function php4_scandir($dir) {
|
||||
echo "<B>malicious iframe scanner </b><br />";
|
||||
$scan = &new PHPScan('/home/'.$pwd.'/public_html');
|
||||
|
||||
}
|
||||
} */
|
||||
|
||||
//custom pattern scanner
|
||||
function custom(){
|
||||
|
||||
Reference in New Issue
Block a user