Skip to content

KasperskyZiv/samr-tool

 
 

Repository files navigation

SAMR

MSRPC using Python

This is a tool uses MSRPC protocol (Microsoft implementation of DCERPC) in order to manage a remote Windows machine. You can find any information regarding the MS-SAMR API interface used in the following link.

It was written as a part of a home assigment for Cymptom.

Current features:

  1. Create\Delete a local user\group\alias
  2. Retrieve all users\groups\alias

This code can be easily extended for more functionality. This also demonstrate in my opinion some concept of OOP, with incorporation of tests, python Dataclass, and a nice decorator use case.

Requirements

  • You should be using Python > 3.8
  • pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%