HackBrowserData icon indicating copy to clipboard operation
HackBrowserData copied to clipboard

Bug: The system cannot find the path specified

Open lingszz opened this issue 2 years ago • 4 comments

Describe the bug Use ./hack-browser-data -vv paste result here any

Desktop (please complete the following information):

  • OS Name: Windows
  • Browser Name: any
  • Browser Version: any

Additional context Add any other context about the problem here. 在工具的使用中我注意到DPAPI函数的写法 r, _, err := procDecryptData.Call(uintptr(unsafe.Pointer(newBlob(data))), 0, 0, 0, 0, 0, uintptr(unsafe.Pointer(&outBlob))) if r == 0 { return nil, err } 这将致使在使用System权限执行该工具时由main函数55行返回错误值The system cannot find the path specified Debug可见https://stackoverflow.com/questions/71181396/windowscryptographicexception-the-system-cannot-find-the-path-specified-when

PS : 由于var homeDir, _ = os.UserHomeDir() 的存在,程序只能由特定权限用户执行 -p可以缓解(但不能缓解我的痛苦)

lingszz avatar Mar 19 '23 16:03 lingszz

https://github.com/sh3d0ww01f/HackBrowserData 来看看我的呗 示例

示例

sh3d0ww01f avatar Sep 03 '23 17:09 sh3d0ww01f

https://github.com/sh3d0ww01f/HackBrowserData 来看看我的呗 示例

示例 示例 我理解你的意思,这个好改。

lingszz avatar Sep 05 '23 09:09 lingszz

我提交pr啦~

sh3d0ww01f avatar Sep 05 '23 09:09 sh3d0ww01f

我提交pr啦~

Okay, recently I've been too busy. Once this period is over, I'll merge the PRs one by one. 😻

moonD4rk avatar Sep 05 '23 09:09 moonD4rk