nurfed1

Results 10 comments of nurfed1

Sorry, I only meant to say that the reason why it sometimes fails on 2012R2 is because in some cases `\KnownDlls\SspiCli.dll` already exists. As the call to `DefineDosDevice` tries to...

Hi, Sorry if there are to many changes in this PR. While reading and fixing the code. I came across quite a few inconsistencies and with the limited time I...

I tried to make a similar comparison for kerberos authentication and I came across additional issues. It seems [impacket ldap](https://github.com/SecureAuthCorp/impacket/blob/master/impacket/ldap/ldap.py#L126) implementation fails to properly request kerberos tickets for cross forest...

Hi [mpgn](https://github.com/mpgn), Please ignore my comment about impacket ldap cross domain kerberos authentication being broken. I think something in my lab broke instead, (ended up rebuilding everything last night)... My...

Hi, Any chance you could have a look at this?

I have read the CLA Document and I hereby sign the CLA

The ASSET_URL setting works for me: ``` speedtest-tracker: image: lscr.io/linuxserver/speedtest-tracker:latest container_name: speedtest-tracker profiles: - nas restart: unless-stopped network_mode: service:vpn labels: - traefik.enable=true - traefik.http.middlewares.remove-frame-options.headers.customresponseheaders.x-frame-options= - traefik.http.routers.speedtest-tracker.rule=Host(`${SPEEDTEST_TRACKER_DOMAIN_NAME}`) - traefik.http.services.speedtest-tracker.loadbalancer.server.port=80 - traefik.http.routers.speedtest-tracker.tls.certresolver=letsencryptresolver...

> > The ASSET_URL setting works for me: > > works for me too, thanks ! I couldn't find it in the documentation. It's not documented in the speedtest-tracker documentation....

> Just FYI, I had the same issue which got resolved by the ASSET_URL environment variable. > > But whenever public dashboard is enabled, the "Admin Panel" button does not...

I encountered this issue in my lab after enabling enrollment agent restrictions. I didn't manage to figure out what's going on yet but I noticed that [DCOM](https://github.com/ly4k/Certipy/pull/201) and [Certify](https://github.com/GhostPack/Certify/) are...