# ASPWebshell免杀

## 0x01通用方法

这边无论是php，jsp，asp。通用的方法是类(函数)混淆，把执行函数写在类中，然后带入传参。

如果还是不行的话，就把函数和参数都卸载类中。

通常这种混淆的方法是通杀的。

## 0x02参考文章

#### [asp-Webshell免杀](https://blog.csdn.net/weixin_44110913/article/details/108184784)

#### [Deformity ASP/ASPX Webshell、Webshell Hidden Learning](https://www.cnblogs.com/LittleHann/p/5016999.html)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.iredteam.cn/vulnerability-attack-stage/bypass-waf/webshell-mian-sha-zhi-asp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
