Open rtfghd opened 2 years ago
Provide more detailed information about bugs, OS versions and browser versions.
Provide more detailed information about bugs, OS versions and browser versions.
windows11 家庭中文版 10.0.22000 报错那一行看不出来是什么原因报错了
Hello, I will use this issue and not open a new ticket because I'm facing a similar issue.
I'm using version 0.5.5 of HackBrowserData compiled from source. The machine is a Windows 10 box.
PS C:\Users\admin> Get-WmiObject Win32_OperatingSystem
SystemDirectory : C:\Windows\system32
Organization :
BuildNumber : 19045
RegisteredUser : Windows User
SerialNumber : 00328-00000-00000-AA767
Version : 10.0.19045
PS C:\Users\admin> ..\user\AppData\Roaming\hack-browser-data.exe -v
hack-browser-data version 0.5.0
I'm logged in as user admin (local Administrator) and trying to execute HackBrowserData using runas
under user with name user. The executable is located in the C:\Users\user\AppData\Roaming\
directore which is writable for the user account.
PS C:\Users\admin> whoami /user /groups
USER INFORMATION
----------------
User Name SID
===================== ==============================================
desktop-9sq5vt2\admin S-1-5-21-3016369623-1103743024-2793333192-1000
GROUP INFORMATION
-----------------
Group Name Type SID Attributes
============================================================= ================ ============ ===============================================================
Everyone Well-known group S-1-1-0 Mandatory group, Enabled by default, Enabled group
NT AUTHORITY\Local account and member of Administrators group Well-known group S-1-5-114 Mandatory group, Enabled by default, Enabled group
BUILTIN\Administrators Alias S-1-5-32-544 Mandatory group, Enabled by default, Enabled group, Group owner
BUILTIN\Users Alias S-1-5-32-545 Mandatory group, Enabled by default, Enabled group
NT AUTHORITY\NETWORK Well-known group S-1-5-2 Mandatory group, Enabled by default, Enabled group
NT AUTHORITY\Authenticated Users Well-known group S-1-5-11 Mandatory group, Enabled by default, Enabled group
NT AUTHORITY\This Organization Well-known group S-1-5-15 Mandatory group, Enabled by default, Enabled group
NT AUTHORITY\Local account Well-known group S-1-5-113 Mandatory group, Enabled by default, Enabled group
NT AUTHORITY\NTLM Authentication Well-known group S-1-5-64-10 Mandatory group, Enabled by default, Enabled group
Mandatory Label\High Mandatory Level Label S-1-16-12288
When I try to execute the binary using runas it seems to have a problem to create the directory where results should be written.
When I try something more simple like create a folder using mkdir in the same directory it works just fine and the folder is created successfully.
What is strange to me is that ERROR message is changing every time I try to execute the binary.
[ERROR] [main.go::55,func1] mkdir sessionStorage: Access is denied.
[ERROR] [main.go::55,func1] mkdir localStorage: Access is denied.
[ERROR] [main.go::55,func1] open cookie: Access is denied.
[ERROR] [main.go::55,func1] open history: Access is denied.
[ERROR] [main.go::55,func1] open download: Access is denied.
[ERROR] [main.go::55,func1] open chromiumKey: Access is denied.
Hopes the provided info will help.