-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] open bookmark access is denie #157
Comments
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 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.
Hopes the provided info will help. |
The text was updated successfully, but these errors were encountered: