> For the complete documentation index, see [llms.txt](https://wiki.iredteam.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.iredteam.cn/vulnerability-attack-stage/bypass-waf/webshell-mian-sha-zhi-asp.md).

# 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)
