Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Metsrv not working because of paramater passed to init #186

@aloneuhaus

Description

@aloneuhaus

I have a little problem. As documented, the parameter which is passed to the init function of metsrv dll is actually not a socket but a pointer to the metserv configuration. However, when i build metsrv dll and use it instead of the original one, all the meterpreter stagers (and the win tester also) pass to the init a SOCKET, which causes the hosting process to carsh because of access violation - the code of metsrv tries to access fields of the configuration, but it ia actually a socket handle. What am i doing wrong? Do i need to use a different stager? Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions