Tomer Zait
Tomer Zait
def is_debugger_present_callback(addr, name): print addr, name Breakpoint.add( pluginsdk.RemoteGetProcAddress('kernel32', 'IsDebuggerPresent'), is_debugger_present_callback, callback_args=['addr', 'name'] ) * Its experimental (It's purpose is to get only the arguments that you need and not all...
That must be a library required by requests or even urllib3. If you don't need socks proxy or http/0.9 support you can install requests-raw==1.0.1 If you do need, maybe I...
> Traceback (most recent call last): > > File "/Users/ssr/xxx/code/python/4.py", line 3, in > > import requests_raw > > File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/requests_raw/__init__.py", line 3, in > > from .api import request,...
@ssrsec can you change the order of requirements from: pip install certipy-ad==4.8.2 requests-raw==2.0.2 to: pip install requests-raw==2.0.2 certipy-ad==4.8.2 it should fix your issue the order matters, that way you will...
Thank you for the information, It looks like a bug. I will investigate it On Fri, 14 Jun 2024 at 19:00 说书人 ***@***.***> wrote: > about-time==4.2.1 > accelerate==0.28.0 > aiodns==3.1.1...
After a lot of testing I found out the issue is **"urllib3==1.26.18"** if you upgrade this library requests-raw will work flawlessly... I'm thinking about making a version of requests-raw that...
> I am currently unable to test because my project must rely on "urllib3=1.26.18", at least in the short term, as higher versions of urllib will render my "PrepareRequest" writing...
I will make this update official, just need you to test it for me that it works for you :)
I can create a pull request for it, But I'm not sure if I should add or remove it...
Thank you, That was crazy fast! Not sure I would remove it, I think I would have set it as deprecated...