MCPcopy
hub / github.com/Pennyw0rth/NetExec / read

Method read

nxc/modules/daclread.py:330–332  ·  view source on GitHub ↗
(self, principal_security_descriptor)

Source from the content-addressed store, hash-verified

328 # Main read funtion
329 # Prints the parsed DACL
330 def read(self, principal_security_descriptor):
331 parsed_dacl = self.parse_dacl(principal_security_descriptor["Dacl"])
332 self.print_parsed_dacl(parsed_dacl)
333
334 # Permits to export the DACL of the targets
335 # This function is called before any writing action (write, remove or restore)

Callers 15

on_loginMethod · 0.95
__init__Method · 0.45
config.pyFile · 0.45
open_configFunction · 0.45
read_and_decode_fileMethod · 0.45
on_admin_loginMethod · 0.45
on_admin_loginMethod · 0.45
optionsMethod · 0.45
optionsMethod · 0.45
read_from_diskMethod · 0.45
get_MFT_record_atMethod · 0.45
on_admin_loginMethod · 0.45

Calls 2

parse_daclMethod · 0.95
print_parsed_daclMethod · 0.95

Tested by

no test coverage detected