janedoe-lab

Results 6 issues of janedoe-lab

### Description Currently, when proxied application makes a connection, it immediately succeeds as if port is always open. This works very differently from proxychains, which waits to establish connection with...

### Configuration impacket version: v0.12.0.dev1+20231114.165227.4b56c18a Python version: Python 3.11.6 Target OS: Windows 10 Pro ### Debug Output With Command String ``` wmiexec.py -debug ./admin:[email protected] Traceback (most recent call last): File...

From looking at it, I am not seeing how it could possible import MessageBoxA as described in README.md (at least automatically). I see some code in winnt-loader.ll to load kernel32/GetProcAddress,...

These changes required to make `master` branch of donut compile using Clang 10 with Mingw32 under Ubuntu 20.04. Things working for me: - Compiling release version of donut and loader...

help wanted
good first issue
invalid

Getting multiple errors below when compiling in stock up-to-date Kali Linux: ``` src/hooks/../native.h:21723:1: error: ‘SetProcessValidCallTargets’ redeclared without dllimport attribute: previous dllimport ignored [-Werror=attributes] ``` Resolved with copying over extra declaration...

I know it is old project, but maybe by anychance you can point me to the missing `nameservice.c`/`nameservice.h`, as well as `name_encode()` implementation? These are in use by `smbclient.c`