mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 04:41:28 +00:00
Create httpModules.md
This commit is contained in:
8
aspx/httpHandlers_backdoor/httpModules.md
Normal file
8
aspx/httpHandlers_backdoor/httpModules.md
Normal file
@@ -0,0 +1,8 @@
|
||||
相比修改httpHandlers显然这种办法更加的有效且安全一些。但是一定要把这个httpModule的顺序配置到httpModules的第一个。
|
||||
修改web.config,添加或者修改httpHandlers:
|
||||
|
||||
```
|
||||
<httpModules>
|
||||
<add name="WooYun" type="WooYun.CustomizeHttpModule"/>
|
||||
</httpModules>
|
||||
```
|
||||
Reference in New Issue
Block a user