kaliiiiiiiiiii

Results 145 comments of kaliiiiiiiiiii

> Feel free to read the documentation and do it yourself. > > https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/?view=aspnetcore-9.0 This issue is asking about releasing the source-code for the web-interface, not about how to deploy...

> You realize the required code is contained in this repo. Where (path to index.html//http root handler in this repository) can the source code for the web interface at [schneegans.de/windows/unattend-generator](https://schneegans.de/windows/unattend-generator/)...

> I tried to use a proxy in Incognito mode, but it didn't work ` from selenium_driverless import webdriver import asyncio > > async def main(): proxy = "http://127.0.0.1:10809" options...

Please provide a minimal reproducible script

Well thing is - docker can be fingerprinted. Especially if we would provide a specific docker image//file which is currently not being flagged as malicious, it probably would become flagged...

Please provide a minimal reproducible script, your setup, env & the relevant versions

> I’m running a script that opens 5 browser instances asynchronously and runs a function. It starts by using the clear_proxy() function to clean the proxy and then sets a...

> Also, is there a better way to change the User-Agent and sec-ch-ua headers? Regarding detection, the best way is not to change them at all in this case. In...

Well afaik, setting//clearing the proxy might have some racing conditions. E.g. changing it doesn't immediately apply due to some stuff in chromium//chrome I think. => would have to verify//wait//poll//confirm the...

Ah lol, that's bad. Sounds like a bug in chrome to me. Though, maybe there's a way to workaround this.