Jeffrey Martin
Jeffrey Martin
Looks like usernames are supposed to fit [IA5String](https://ldapwiki.com/wiki/IA5String), per this [LDAP rfc](https://www.ietf.org/rfc/rfc2307.txt) although I am not 100% sure this is the actual standard The ruby-ntlm library ensures encoding fits `utf16le`...
@randorisec the updates looks good we can move this PR forward based on that update. I would recommend extracting and creating a `LICENSE` file so github will recognize it in...
@msjenkins-r7 test this please.
@ErikWynter `json` extension acceptance have been fixed by https://github.com/rapid7/metasploit-framework/pull/15760
@msjenkins-r7 test this please.
Should the handler be allowed to run when it does not have the stage to serve? If the file referenced to be staged is available the handler would start and...
Reloading old context, I "think" what I was suggesting is that the code here should not call `fail_with` but simply log that no handler is being opened as `SHELLCODE_FILE` is...
In general I think `fail_with` is a reasonable compromise. Holding this for a better solution does not seem valuable. In the case of an exploit, if the file was not...
@msjenkins-r7 test this please.
@h00die-gr3y, thanks for taking a look, the suggestions were not tested code just a way or providing examples diff inline on the PR. Please do test any changes you incorporate...