Cody Thomas
Cody Thomas
I just made a push that'll at least do that additional check and not segfault. I need to figure out what's causing the internal NSDictionary parsing to believe that value...
I also need this feature. I have a column that's a foreign key and specifically "Integer,Nullable", but I have no way through the session variables to provide "null". This means...
>Traceback (most recent call last): File "/usr/bin/docker-compose", line 33, in sys.exit(load_entry_point('docker-compose==1.29.2', 'console_scripts', 'docker-compose')()) Kali did something recently that broken pretty much everything related to Docker. You're not the first one...
Did this work for you?
Would you happen to be able to include the steps you took? I can try to update the install file for Kali with Mythic to match what worked for you
Thank you for these steps! I'll test these out and some other steps people gave on some fresh Kali VMs to see what sticks
How are you compiling that code? Apollo's `execute_pe` documentation says: >Execute a statically compiled PE file (e.g., compiled with /MT) with the specified arguments.
Hmm I'll have to look into what's going on more, but I can at least confirm what you're seeing. The first code block does _not_ return output to Mythic; however,...
Ok, I got it to work. I think the issue is that using some of those other libraries in the top C++ code (like the std::cout) are handled a little...
hmm Is the payload created for just one task, then never executed again? You have a few options: * look at the `arachne` payload type - it's a webshell, so...