noPac icon indicating copy to clipboard operation
noPac copied to clipboard

Update Program.cs

Open ricardojba opened this issue 3 years ago • 1 comments

Hi, The original only supports the RC4 encryption scheme which is bad for OPSEC and breaks the exploit if the target domain has RC4 disabled. The MR supports DES, RC4, AES128 and AES256 (default) and also the code changes will allow the exploit to be reflectively loaded by Powershell like this: https://github.com/ricardojba/Invoke-noPac

ricardojba avatar Dec 16 '21 09:12 ricardojba

Is there any delegate way to detect the supported encryption before executing the command? or let the scan and/or exploit functions detect the supported algorithm?

KINGSABRI avatar Dec 21 '21 21:12 KINGSABRI