MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / registerValue

Method registerValue

lib/core/dump.py:724–725  ·  view source on GitHub ↗
(self, registerData)

Source from the content-addressed store, hash-verified

722 self.lister("files saved to", fileData, sort=False, content_type=CONTENT_TYPE.FILE_READ)
723
724 def registerValue(self, registerData):
725 self.string("Registry key value data", registerData, content_type=CONTENT_TYPE.REG_READ, sort=False)
726
727# object to manage how to print the retrieved queries output to
728# standard output and sessions file

Callers 1

actionFunction · 0.80

Calls 1

stringMethod · 0.95

Tested by

no test coverage detected