1. time.Sleep() 1/2

#AVEvasion #Golang #maldev #malwaredevelopment #sleep

When we created the previous payload. The following pop up showed up. This suggests that Defender suspects our payload as malicious.

Suspicious file

By adding the following code at the beginning of our code, Defender no longer suspects this file as malicious.

Our little piece of code delays execution for 10 seconds before downloading the payload. This most likely causes defender sandbox checks to time out.

Successful reverse shell execution

Complete Code

Last updated

Was this helpful?