Matt Creel
Matt Creel
> Great idea ! However from what I understand NTLMv1 is also enabled if `LmCompatibilityLevel` is set to `2`. > > https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/network-security-lan-manager-authentication-level Great catch, modified to include level `2`
Same issue, app works fine once compiled manually with the commands in the v4.1.0 issue
Thanks for the report. I'll take a look at this sometime. Entire spray logic/loop should likely be rewritten
This specific SMB connection error gets handled now in 1e58d358dac699d8fbce5a75a62432a6289a306d. If encountered, spraycharles will wait 5 seconds and retry (until success) like the HTTP modules do. Separately, I'm also working...
Additional handling for any generic exception from the requests library added in e86cbc9
@Palu08 I came here to see how the base64 encoding of the `cACertificate` attribute is handled if the attribute contains more than one cert (was going to match output formatting...
This is actually a _much_ larger issue with the x86 BOFs, regardless of supplied arg values. The problem within `msvcrt.dll` that your eventlog referenced was occuring on this line in...
Traced the issue back a bit farther today. Looks like the connection handle (`SQLHDBC dbc`) is being corrupted between its allocation and when it's passed to the `ODBC32$SQLDriverConnect` call How...
Hey, thanks for this addition! I've frequently gotten requests for a pitchfork mode but never got around to implementing it myself. I've recently been working to clean up the code...
@b1ackGamba I haven't had time to test this with SMB auth myself, but someone else contacted me about the same problem, and adding the `-smb2support` flag to their command got...