Matt Ehrnschwender

Results 7 comments of Matt Ehrnschwender

The Github organization name is `CUCyber` not `cucyber`. Notice the letter casing. Try using `go get github.com/CUCyber/ja3transport` to download the module.

Awesome thanks! I created a socks branch on the main repository which includes your changes along with the Mythic server code for a socks command https://github.com/MythicAgents/tetanus/tree/socks. Once everything is working...

Hi, This is really great thanks for all of your work on it! I did some testing and everything works; however, the socks tasking status does not get relayed back...

I believe I have tracked down the issue. The HTTP library tetanus is using is minreq and minreq will insert the callback url into the Host header before establishing the...

Update on this: I am in the process of doing a rewrite for Tetanus. I currently have domain fronting support, beacon object file support and reflective DLL loading support on...

C++ support for execute PE may be a little hit or miss. The "Use MFC in a Static Library" option should help in some circumstances. For debugging, there's an [ExecutePE.Standalone](https://github.com/MythicAgents/Apollo/tree/master/Payload_Type/apollo/apollo/agent_code/ExecutePE.Standalone)...

This issue occurs because the sdist for [bitwarden-sdk](https://pypi.org/project/bitwarden-sdk/) on pypi is missing a `LICENSE` file. The cargo manifest in the sdist references the `LICENSE` file but since it is not...