You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running dploot sccm -u <user> -p <password> -t <target> -debug shows there is a sharing violation error accessing OBJECTS.DATA.
It looks like other tools like SCCMHunter have gotten around this by using WMI to run cmd.exe /Q /c copy "C:\Windows\System32\wbem\Repository\OBJECTS.DATA" "C:\Windows\Temp\OBJECTS.DATA" and then pulling from that instead.
The text was updated successfully, but these errors were encountered:
Hey, thanks for the issue ! So dploot supports a similar bypass method (using esentutl). But it seems that bypass was broken... Anyway I fixed it in last commit, can you test if it is working now ?
Running
dploot sccm -u <user> -p <password> -t <target> -debug
shows there is a sharing violation error accessingOBJECTS.DATA
.It looks like other tools like SCCMHunter have gotten around this by using WMI to run
cmd.exe /Q /c copy "C:\Windows\System32\wbem\Repository\OBJECTS.DATA" "C:\Windows\Temp\OBJECTS.DATA"
and then pulling from that instead.The text was updated successfully, but these errors were encountered: