-
Initially we thought that it was a r2frida bug but it resulted to be a Frida bug: https://github.com/nowsecure/r2frida/issues/106
# Backtrace
https://github.com/nowsecure/r2frida/issues/106#issu…
-
Hi! Look's like cloudflare hardened it's protection in late 2023, is it possible to deal with it?
Tried example:
```
driver = uc.Chrome(headless=True,use_subprocess=False)
…
-
When in headless mode it's unable to bypass cloudflare
## Not headless
```python
import undetected_chromedriver.v2 as uc
driver = uc.Chrome()
with driver:
driver.get('https://nowsecure…
-
### Finding Description
Files were found to be world-writable during dynamic analysis. Although it is possible that the permissions on the respective file(s) were changed later during runtime, the is…
-
**Describe the bug**
I searched for existing issues on this, but didn't find any. I'm just testing Stealth and associated extras to gain confidence before adding to my project. Whether I use headle…
-
### Finding Description
Keychain interaction was observed during dynamic analysis. iOS provides the keychain for secure data storage. However, in several scenarios, the keychain can be compromised an…
-
import undetected_chromedriver as uc
driver = uc.Chrome(headless=True,use_subprocess=False)
driver.get('https://nowsecure.nl')
driver.save_screenshot('nowsecure.png')
#That's what I use
---…
Todgl updated
5 months ago
-
hi
how to reload again after initializing?
_driver.Dispose();
and again
UndetectedChromeDriver.Create
when I add "options"
but not work
-
### Finding Description
The application was found to operate weak cryptographic algorithms on sensitive data while exercising the app. These outdated algorithms are often in violation of common compl…
-
both headless and windowed, Im not able to pass https://nowsecure.nl check