Alex

Results 528 comments of Alex

> Hey there @NeffIsBack :). I added some features to the original project. Would you mind if I commit them here aswell before further checks are done? Absolutely! Feel free...

Hey thanks for the update. A few things that should be changed: - Please use meaningful commit messages, so that it is clear why that commit was made and what...

> Hey, sorry for the convoluted commit messages. I was on the phone today earlier and just checked the Copilot output. It essentially just removed commented out docstrings that showed...

I think so yes. Currently there just shouldn't be a separate bh parsing logic in the PR. Querying/identifying/parsing the tasks should be the first step for the module. Any BH...

Sounds good. We should probably use the existing `check_if_admin` function which probably needs to be altered a bit to accept an optional user instead of using the logged in one....

Thanks for the report! Imo NetExec is not designed to "scan" for targets. It rather should be used to exploit/use enumerated targets. Therefore, i think "not detecting" an edge case...

Thanks for the bug report, I will take a look at it

For clarification: NetExec uses windows-auth per default and will switch to mssql authentication with the `--local-auth` flag. --- ### Test case 1 As far as i know, as long as...

Nice stuff, thanks for the PR!