Skip to content

inb1ts/NsExPersist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NsExPersist - Shell Namespace Extension Persistence

This repository contains a basic PoC used to explore Windows Shell Namespace Extensions as a mechanism for execution and persistence.

The repository contains a Visual Studio solution that contains two projects:

  • NsExPersist: The code for the namespace extension itself (which will be built as a DLL)
  • NsExPersistReg: The code for an executable that registers the extension

The writeup can be found here: Persistence using Shell Namespace Extensions

Usage

Build the solution, and you should end up with a DLL and an EXE.

C:\SomeFolder\NsExPersist\x64\Release\NsExPersistReg.exe <Path to extension DLL>|/u

Using the /u flag removes the reg keys.

About

PoC of using Shell Namespace Extensions as an execution/persistence mechanism

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages