@@ -16,7 +16,7 @@ There are a few different techniques for doing this.
### Encoding
We can encode our malware in different ways. This can be done with msfvenom. Notice how we set the **-e** flag here, and then use the shikata_ga_nai encoding. This is not that effective since antivirus-vendors have access to meteasploit as well.
We can encode our malware in different ways. This can be done with msfvenom. Notice how we set the `-e` flag here, and then use the `shikata_ga_nai` encoding. This is not that effective since antivirus-vendors have access to metasploit as well.
In Kali you have hyperion 1 included. However for it to work you have to run it from it's correct path. So go to **/usr/share/veil-evasion/tools/hyperion**
In Kali you have hyperion 1 included. However for it to work you have to run it from it's correct path. So go to `/usr/share/veil-evasion/tools/hyperion`