MrNom4ik

Results 7 issues of MrNom4ik

Hello, I have a uploaded folder "test", how can I get the public link for this folder? (excuse me for my stupidity)

Unfortunately, the developers abandoned the project, so I hope for other users ... Hello! If I want to import another public folder to my cloud drive, then I get the...

### Issue details Dear developers I mainly use jadx-gui for deobsuffacing malware, it is very convenient because it has functionality for renaming object and searching for object declaration/use, this functionality...

GUI
discussion
jadx-plugin

``` >>> from chrome import Chrome >>> c = Chrome() Traceback (most recent call last): File "/usr/local/lib/python3/site-packages/secretstorage/__init__.py", line 73, in dbus_init connection = open_dbus_connection() File "/usr/local/lib/python3/site-packages/jeepney/io/blocking.py", line 344, in open_dbus_connection...

Hi! I have rooted(with help Magisk) android. When I start frida-server on android (via Termux and tsu-for-termux), after a while time the phone reboots itself. System information: Model: Redmi 12C...

```py from pygame.locals import K_KP_ENTER from pyVNC.Client import Client vnc = Client(host='211.93.21.225', port=5900) vnc.start() vnc.send_key(K_KP_ENTER) vnc.join() ``` ``` pygame 2.5.0 (SDL 2.28.0, Python 3.8.10) Hello from the pygame community. https://www.pygame.org/contribute.html...

The code has the ability to spoof an IP address associated with the `X-Forwarded-For` header. Example of exploit: ```bash curl -H "X-Forwarded-For: 1.1.1.1" https://easyoffer.ru/Jljo0U9Erg7QDtkb133G7vzDexHVw6Iz ```