Casey Erdmann

Results 9 comments of Casey Erdmann

Outside of the initial dependency error this is simply a connectivity discrepancy and is definitely isolated to your use case unfortunately. Without further details on your system or your target...

Hey there! This does seem like a valid potential bug missed in the Python3 upgrade. I'll look into this ASAP. That said I highly encourage you as a beginner to...

Was having this same issue so I traced it down. I discovered it was an issue with QEMU's user-exec.c code. Pretty sure qira's install is just pulling the latest qemu...

I have merged in the patches from merge request #196 from [JinBlack](https://github.com/JinBlack). Feel free to use this repo to see if it resolves your build issues. I'm going to try...

Hey everyone, sorry for the delayed reply. The reason the ` CRITICAL:root:SMB SessionError: STATUS_OBJECT_NAME_NOT_FOUND(The object name is not found.)` error comes into play can be a variety of things: 1....

Hey, this isn't really relevant to this repository. This question is about exploitation guidance and setup and not about any bug in the code itself. To answer your question however:...

This issue seems to be specific to HTB, and as such is likely related to a network or configuration issue on that host itself. It could even be intended to...

Closing this as it seems to just be a dependency issue case by case. If anyone would like to contribute a resolution I am open to cleaning up issues that...

Looks like this might be fixed as of python 3.11. Just tried with a clean install. I did have a byte concat issue in the mysmb.py file that I am...