Coder Social home page Coder Social logo

seji64 / laps-webui Goto Github PK

View Code? Open in Web Editor NEW
27.0 27.0 5.0 18.73 MB

A nice and simple Web Interface for LAPS (Local Administrator Password Solution)

License: MIT License

HTML 31.13% Dockerfile 1.79% C# 58.26% CSS 3.94% JavaScript 3.83% Python 1.05%
active-directory activedirectory blazor blazor-server docker laps laps-password laps-webui netcore webapp webinterface

laps-webui's People

Contributors

seji64 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

laps-webui's Issues

Another exception (Sequence contains no matching element)

Hi Seji,
thanks for the new build. but I got another error.
Depending on the settings:
"LAPS": {
"ForceVersion": "v2",
"EncryptionDisabled": true
},
I get different errors. When I set ForceVersion to null or "v2" I get the exception below. If I take v1 and set EncryptionDisabled to false, I get the message that I have no rights. The LAPS password is stored in the msLAPS-Password attribute. Do you have another idea?
Thanks
RAB
17:36:18 WRN] Unhandled exception rendering component: Sequence contains no matching element
System.InvalidOperationException: Sequence contains no matching element
at System.Linq.ThrowHelper.ThrowNoMatchException()
at System.Linq.Enumerable.Single[TSource](IEnumerable1 source, Func2 predicate)
at LAPS_WebUI.Pages.LAPS.<>c__DisplayClass25_2.b__22(RenderTreeBuilder __builder8)
at Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.AddContent(Int32 sequence, RenderFragment fragment)
at MudBlazor.MudTabPanel.BuildRenderTree(RenderTreeBuilder __builder)
at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment, Exception& renderFragmentException)
[17:36:18 ERR] Unhandled exception in circuit 'qe_JNt3Nq8dkrM0IsX8sFazZcvDfxIPBqIL8CKNks10'.
System.InvalidOperationException: Sequence contains no matching element
at System.Linq.ThrowHelper.ThrowNoMatchException()
at System.Linq.Enumerable.Single[TSource](IEnumerable1 source, Func2 predicate)
at LAPS_WebUI.Pages.LAPS.<>c__DisplayClass25_2.b__22(RenderTreeBuilder __builder8)
at Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.AddContent(Int32 sequence, RenderFragment fragment)
at MudBlazor.MudTabPanel.BuildRenderTree(RenderTreeBuilder __builder)
at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment, Exception& renderFragmentException)
[17:36:18 WRN] Unhandled exception rendering component: Cannot access a disposed object.
System.ObjectDisposedException: Cannot access a disposed object.
at Microsoft.AspNetCore.Components.RenderTree.ArrayBuilder1.GrowBuffer(Int32 desiredCapacity) at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment, Exception& renderFragmentException) at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue() [17:36:18 ERR] Unhandled exception in circuit 'qe_JNt3Nq8dkrM0IsX8sFazZcvDfxIPBqIL8CKNks10'. System.ObjectDisposedException: Cannot access a disposed object. at Microsoft.AspNetCore.Components.RenderTree.ArrayBuilder1.GrowBuffer(Int32 desiredCapacity)
at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment, Exception& renderFragmentException)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue()
[17:36:18 INF] Executed endpoint '/_blazor'

Error message

Hello we want to implemented this solution but we have a error message,our config looks good

You can see this error here:

image

Can you help me please ? ;)

Password decryption error with non-admin User

Hi,

I've got an user, which is not an admin. I set the permissions with Set-LapsADReadPasswordPermission and set the authorized decryptors group via GPO.
When I try to read the password with the user with Get-LapsADPassword -Identity COMPUTERNAME -AsPlainText it works without problems.
LAPS-WebUI shows an error related to decryption, when I run the decryption script manually I get the following error:

PS C:\Users\vodi> python "C:\System Management\LAPS-WebUI-v1.5.5-win-x64\scripts\DecryptEncryptedLAPSPassword.py" --user "sbplanbau\NON-ADMIN-USER" --password "REDACTED" --data "REDACTED_BASE64"
Traceback (most recent call last):
  File "C:\System Management\LAPS-WebUI-v1.5.5-win-x64\scripts\DecryptEncryptedLAPSPassword.py", line 17, in <module>
    main()
  File "C:\System Management\LAPS-WebUI-v1.5.5-win-x64\scripts\DecryptEncryptedLAPSPassword.py", line 13, in main
    decryptedBlob = dpapi_ng.ncrypt_unprotect_secret(username=args.username, password=args.password, data=encyrptedPass)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Python312\Lib\site-packages\dpapi_ng\_client.py", line 608, in ncrypt_unprotect_secret
    rk = _sync_get_key(
         ^^^^^^^^^^^^^^
  File "C:\Program Files\Python312\Lib\site-packages\dpapi_ng\_client.py", line 215, in _sync_get_key
    return _process_get_key_result(resp)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Python312\Lib\site-packages\dpapi_ng\_client.py", line 131, in _process_get_key_result
    return GetKey.unpack_response(raw_resp)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Python312\Lib\site-packages\dpapi_ng\_gkdi.py", line 132, in unpack_response
    raise ValueError(f"GetKey failed 0x{hresult:08X}")
ValueError: GetKey failed 0x80070005

Running the same python command but with the login data of an admin user shows the decrypted password.

Huge spam in logs

Steps to reproduce:

  1. Run command:
docker logs -f <LAPS_Webui_container>
  1. open LAPS-WebUI interface in browser(authorization is not required to see the issue, login prompt is enough);

  2. see enormous amount of logs like this:

[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 165 - 200 0 text/plain 0.4537ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098568966 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098568966 - - - 200 1130 application/octet-stream 0.3995ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 30
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 30 - 200 0 text/plain 0.2716ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098568969 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098568969 - - - 200 1003 application/octet-stream 0.3207ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90 - 200 0 text/plain 0.1295ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098568973 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098568973 - - - 200 201 application/octet-stream 0.4783ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 115
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 115 - 200 0 text/plain 0.5457ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098568980 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098568980 - - - 200 465 application/octet-stream 0.6186ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 165
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 165 - 200 0 text/plain 0.6161ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098568986 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098568986 - - - 200 1130 application/octet-stream 0.6727ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 140
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 140 - 200 0 text/plain 0.3030ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098568990 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098568990 - - - 200 1003 application/octet-stream 0.8877ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90 - 200 0 text/plain 0.5925ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098568995 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098568995 - - - 200 201 application/octet-stream 0.5989ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 115
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 115 - 200 0 text/plain 0.5529ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569000 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569000 - - - 200 465 application/octet-stream 0.4200ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 165
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 165 - 200 0 text/plain 0.5956ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569006 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569006 - - - 200 1130 application/octet-stream 0.6906ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 140
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 140 - 200 0 text/plain 0.4672ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569022 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569022 - - - 200 1003 application/octet-stream 0.3365ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90 - 200 0 text/plain 0.4377ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569038 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569038 - - - 200 201 application/octet-stream 0.3387ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 115
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 115 - 200 0 text/plain 0.7220ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569058 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569058 - - - 200 465 application/octet-stream 0.2022ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 165
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 165 - 200 0 text/plain 0.7514ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569089 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569089 - - - 200 1130 application/octet-stream 0.2300ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 140
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 140 - 200 0 text/plain 0.3593ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569123 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569123 - - - 200 1003 application/octet-stream 0.4044ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90 - 200 0 text/plain 0.2835ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569157 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569157 - - - 200 201 application/octet-stream 0.2054ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 115
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 115 - 200 0 text/plain 0.3615ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569186 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569186 - - - 200 465 application/octet-stream 0.1840ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 165
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 165 - 200 0 text/plain 0.6294ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569220 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569220 - - - 200 1130 application/octet-stream 0.1893ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 140
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 140 - 200 0 text/plain 0.4787ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569251 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569251 - - - 200 1003 application/octet-stream 0.3356ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90 - 200 0 text/plain 0.3070ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569271 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569271 - - - 200 201 application/octet-stream 0.5823ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 115
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 115 - 200 0 text/plain 0.5395ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569285 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569285 - - - 200 465 application/octet-stream 0.3729ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 165
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 165 - 200 0 text/plain 0.2134ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569301 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569301 - - - 200 1130 application/octet-stream 0.2112ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 140
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 140 - 200 0 text/plain 0.3314ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569323 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569323 - - - 200 1003 application/octet-stream 0.3363ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90 - 200 0 text/plain 0.1701ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569342 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569342 - - - 200 201 application/octet-stream 0.6520ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 115
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 115 - 200 0 text/plain 0.1945ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569363 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569363 - - - 200 465 application/octet-stream 0.2309ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 165
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 165 - 200 0 text/plain 0.5674ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569431 - -
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 140
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 140 - 200 0 text/plain 0.2233ms
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569431 - - - 200 1197 application/octet-stream 0.5144ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90 - 200 0 text/plain 0.3914ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 55
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 55 - 200 0 text/plain 0.7288ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569466 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569466 - - - 200 1468 application/octet-stream 0.4285ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569706 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90 - 200 0 text/plain 0.7529ms
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569706 - - - 200 67 application/octet-stream 1.3901ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 165
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 165 - 200 0 text/plain 0.2013ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569711 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569711 - - - 200 465 application/octet-stream 0.6369ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 55
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 55 - 200 0 text/plain 0.2827ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569715 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569715 - - - 200 1267 application/octet-stream 0.5863ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 140
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 140 - 200 0 text/plain 0.6031ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569720 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569720 - - - 200 535 application/octet-stream 0.3051ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 90 - 200 0 text/plain 0.1940ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569729 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569729 - - - 200 532 application/octet-stream 0.3613ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 85
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 85 - 200 0 text/plain 0.4628ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569740 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569740 - - - 200 67 application/octet-stream 0.3414ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 195
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569747 - -
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 195 - 200 0 text/plain 0.2965ms
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569747 - - - 200 398 application/octet-stream 0.5749ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 55
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569756 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569756 - - - 200 1267 application/octet-stream 0.2329ms
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 55 - 200 0 text/plain 0.8829ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569761 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 175
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569761 - - - 200 468 application/octet-stream 0.5310ms
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 175 - 200 0 text/plain 0.9208ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569765 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 30
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569765 - - - 200 599 application/octet-stream 0.4883ms
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 30 - 200 0 text/plain 0.8217ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569769 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569769 - - - 200 67 application/octet-stream 0.3270ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 250
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 250 - 200 0 text/plain 0.2594ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569774 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569774 - - - 200 1665 application/octet-stream 0.4103ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 55
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 55 - 200 0 text/plain 0.3042ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569780 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569780 - - - 200 468 application/octet-stream 0.3234ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 175
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 175 - 200 0 text/plain 0.2492ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569786 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569786 - - - 200 599 application/octet-stream 0.3181ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 30
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 30 - 200 0 text/plain 0.1957ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569791 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569791 - - - 200 67 application/octet-stream 0.3447ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 250
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 250 - 200 0 text/plain 0.2900ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569797 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569797 - - - 200 1665 application/octet-stream 0.3756ms
[11:16:09 INF] Request starting HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 55
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 POST http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ application/octet-stream 55 - 200 0 text/plain 0.5265ms
[11:16:09 INF] Request starting HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569802 - -
[11:16:09 INF] Executing endpoint '/_blazor'
[11:16:09 INF] Executed endpoint '/_blazor'
[11:16:09 INF] Request finished HTTP/1.0 GET http://laps/_blazor?id=tUXXACfYTENtgtfVIiiUtQ&_=1697098569802 - - - 200 468 application/octet-stream 0.6756ms
^C

LAPS WebUI: 1.5.5, used from docker

python error on Windows Server with LAPS v2

Hi,
we are rolling out LAPSv2 in our environment, so I upgraded LAPS-WebUI.
On my Windows bare metal Installation,
after installing python and dpapi-ng i get the following error when I try to show a Computer with a LAPS v2 password:

Failed to fetch LAPS data for computer COMPUTERNAME Error: Command execution failed because the underlying process (python.exe#4220) returned a non-zero exit code (120). Command: python "C:\LAPS-WebUI-v1.5.4-win-x64\scripts\DecryptEncryptedLAPSPassword.py" --user DOMAIN\USERNAME --password PASSWORD --data BUNCH_OFF_BASE64_DATA You can suppress this validation by calling WithValidation(CommandResultValidation.None) on the command.

When I run the command python command on the server it runs successfully (exit code 0) and shows me the decrypted password.

Repeated search for same computer results in error

Steps to reproduce:

  1. search for some computer, that is present in Active Directory (for example - TEST1);
  2. select computer, adding it to the list below search prompt;
  3. Hit 'X' to delete computer from list below search prompt;
  4. search again for TEST1;
  5. try to add it again to the list;

Result - nothing happens on client - computer is not added to the list.
On server there is error in logs:

System.ArgumentException: An item with the same key has already been added. Key: TEST
   at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
   at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
   at LAPS_WebUI.Pages.LAPS.OnSelectedItemChangedAsync(ADComputer value) in /src/Pages/LAPS.razor.cs:line 35

LAPS-WebUI version: 1.5.5, used from docker container

Cant download/run this container

Hey mate, tryin to run your container from docker using the command:

docker run -d
--name=lapswebui
-e LDAP__Server=ldap.example.com
-e LDAP__Port=389
-e LDAP__UseSSL=false
-e LDAP__SearchBase=DC=example,DC=com
-p 8080:8080
--restart unless-stopped
docker.pkg.github.com/seji64/laps-webui/laps-webui

I changes the variables for my environment, but i keep getting access denied, even after login in to docker by running the comand "docker login"...

I also tried pulling the image first, but i always get this error:

"Error response from daemon: unauthorized: Your request could not be authenticated by the GitHub Packages service. Please ensure your access token is valid and has the appropriate scopes configured."

Im kinda new to docker environment, so maybe im doing something wrong?

License

@Seji64, @tico24 would you be able to clarify the license LAPS-WebUI is released under or add a license file to the project?

It's really useful and I'd love to deploy it at work but the first question they're going to ask is "are we allowed to?"

Cheers,
Martin.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.