Skip to content

Infect Shared Files In Memory for Lateral Movement

Notifications You must be signed in to change notification settings

hartl3y94/Dragnmove

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.3%
  • C 2.7%