Raphaël Vinot
Raphaël Vinot
Cloudflare bypass is tricky, and almost never works. Let's try with hover: https://playwright.dev/python/docs/api/class-locator#locator-hover
> > The script will do the trick, but why not using the CSV loader? https://github.com/MISP/PyMISP/blob/main/pymisp/tools/csvloader.py > > _Cough_ Probably because I could not find it in the first place......
Hi, There are no default credentials, you need to configure them in `config/generic.json` key `users`. The format is this one: `"users": {"login": "password"}`
The default is 100Mb, you can change the key `"max_file_size": 100`, but a bigger file may have other issues (taking too long, for example). What is your usecase?
You can make it much bigger, but at some point, you also want to flag the files that are really too big as suspicious. And there is a point where...
This one is a bit more tricky due to the way the workers are initialized, you cannot easily start them individually. I'm going to implement it so you can get...
Just making sure: you restarted the workers and the website after deleting the yml?
Oh, right, understood, the results aren't re-generated. I'll see what I can do, but that's probably requiring to rescan all the results and update them. That will probably require quite...
I don't seem to have that on my instance, it's very weird. Especially since both values are rendered using the same method. I'd say it is something timezone related? But...
Yep, sorry, that's a recent change I made, it is fixed now: https://github.com/Lookyloo/lookyloo/issues/1038 Ransomlook will need this PR to work again on the latest version of LaucsCore: https://github.com/RansomLook/RansomLook/pull/573