July 2017
Beginner
190 pages
4h 4m
English
In any of the given real-world penetration testing scenario, it's quite possible that our attempt to attack the target system would get detected/noticed by some kind of security software present on the target system. This may jeopardize all our efforts to gain access to the remote system. This is exactly when encoders come to the rescue. The job of the encoders is to obfuscate our exploit and payload in such a way that it goes unnoticed by any of the security systems on the target system.
The following table shows the various encoder categories available in the Metasploit Framework:
| generic | mipsbe | ppc |
| x64 | php | mipsle |
| cmd | sparc | x86 |
We'll be looking at encoders in more detail in the upcoming chapters.
Read now
Unlock full access