0xRobert / Dragnmove

Infect Shared Files In Memory for Lateral Movement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dragnmove

Dragnmove is a post-exploitaition tool that infects files shared between users in order to move from one system to another. Dragnmove can detect actions like dropping a file into the browser window or attaching a file to an email client. After Dragnmove detects the action, it hooks CreateFile API calls to modify handles.

flow

Usage

  • WORK IN PROGRESS!!!
  • Change TARGETWINDOW and PAYLOADFILE according to your environment
  • Compile Dragnmove with VS2019-VS2022.
  • Inject Dragnmove DLL into target process.

TODO

  • Stabilize tool for different applications
  • Create BOF version
  • Implement auto infection mechanism

About

Infect Shared Files In Memory for Lateral Movement


Languages

Language:C++ 97.3%Language:C 2.7%