Skyf0l
Skyf0l
No, let's keep `zsh` by default. I mean, allow users to run `exegol start --shell sh` or any other shells without getting the following error message: ```console $ exegol start...
~~It looks like you left the "" in the `config.json` file, they're just delimiters, don't let them in. Let me know if this solved your problem.~~ It looks like the...
Hello, looks like same as #4 > It looks like the first character of the request fetching the login fails because the first character is
It looks good, I'll try to dig it before the end of the month. (And add more information when it crashes, yes the API result is not a valid JSON...
Like the raw api response before parsing it as JSON, because it fails as it can't be parsed as JSON
`503 Service Unavailable`, I don't understand how this is possible
Well done, may we can try to bypass it using a random user agent or by adding more headers?
Thanks for trying this, it's possible that the API/or some intranet routes are behind a strong anti ddos, so there is nothing we can do to bypass it ...
I just saw that: ```python # initialize the connection with Epitech intra and wait for the end of the anti-ddos check def bypass_anti_ddos(): url = 'https://intra.epitech.eu/' driver.get(url) sleep(10) ``` Can...
Oh nooooo, I just saw the new anti-ddos check.... OK, I agree, selenium will be a potential solution, I will approve that