Code Monkey home page Code Monkey logo

Comments (11)

0x09AL avatar 0x09AL commented on July 21, 2024

Can you provide some more details?

from iis-raid.

jeffreywang84 avatar jeffreywang84 commented on July 21, 2024

the error message:
c:\windows\system32\inetsrv\IIS-Backdoor.dll can't load!

from iis-raid.

0x09AL avatar 0x09AL commented on July 21, 2024

That's not really helpful but I suspect you are using the wrong architecture for your module.

from iis-raid.

XTeam-Wing avatar XTeam-Wing commented on July 21, 2024

x86 can not compile it

from iis-raid.

MrShdw avatar MrShdw commented on July 21, 2024

x86 can not compile it

just change:
ctx.rip = (DWORD64)lpShellcode;
to
ctx.Ebp = (DWORD64)lpShellcode;

from iis-raid.

0x09AL avatar 0x09AL commented on July 21, 2024

That's wrong. It should be ctx.eip and also the address type should be dword32.

from iis-raid.

jeffreywang84 avatar jeffreywang84 commented on July 21, 2024

i don't use the wrong architecture for my module,the window logs show the message:
"The Module DLL c:\windows\System32\inetsrv\IIS-Backdoor.dll failed to load. The data is the error."
thanks!

from iis-raid.

0x09AL avatar 0x09AL commented on July 21, 2024

What is the error data ?

from iis-raid.

jeffreywang84 avatar jeffreywang84 commented on July 21, 2024

sorry,the window logs don't give the detailed information,can you run it in the ii 7?

from iis-raid.

nickaein-a avatar nickaein-a commented on July 21, 2024

i don't use the wrong architecture for my module,the window logs show the message:
"The Module DLL c:\windows\System32\inetsrv\IIS-Backdoor.dll failed to load. The data is the error."
thanks!

same here

  • i installed all native modules and iis features
  • i tried dotnet framework 3.5:
    msbuild .\IIS-Backdoor.sln -t:Rebuild -p:Configuration=Release /p:TargetFrameworkVersion="v3.5"

i couldn't get it to work

still no workaround?
what should i do?

from iis-raid.

thr0wCat avatar thr0wCat commented on July 21, 2024

same here

from iis-raid.

Related Issues (8)

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.