Git Product home page Git Product logo

iis-module-backdoor's Introduction

iis-module-backdoor

iis7 up version backdoor

参考:https://mp.weixin.qq.com/s/z1d3yvp14GWakyonTh_b8A

实现功能:

1、远程shellcode进程注入执行

2、cmd命令执行

3、远程内存加载PE上线

写代码需要注意的地方:

Ensure that you have specified __stdcall for your exported functions, or that you have configured compilation by using the __stdcall (/Gz) calling convention.

Ensure that IIS has loaded HelloWorld.dll,确保你加载了指定的模块文件,可以通过appcmd.exe module list来进行查看

Ensure that you have added the correct RegisterModule export to your definition file.

总结:

1、因为自己看到网上会使用python来进行扮演客户端的作用,而且目前自己MFC QT不完善,所以客户端自己这里就用python来实现了

2、这些代码纯粹自己学习代码使用

2020.12.10根据文档写了雏形 功能没有写

iis-module-backdoor's People

Contributors

chibd2000 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.