Book Image

Mastering Metasploit - Third Edition

By : Nipun Jaswal
Book Image

Mastering Metasploit - Third Edition

By: Nipun Jaswal

Overview of this book

We start by reminding you about the basic functionalities of Metasploit and its use in the most traditional ways. You’ll get to know about the basics of programming Metasploit modules as a refresher and then dive into carrying out exploitation as well building and porting exploits of various kinds in Metasploit. In the next section, you’ll develop the ability to perform testing on various services such as databases, Cloud environment, IoT, mobile, tablets, and similar more services. After this training, we jump into real-world sophisticated scenarios where performing penetration tests are a challenge. With real-life case studies, we take you on a journey through client-side attacks using Metasploit and various scripts built on the Metasploit framework. By the end of the book, you will be trained specifically on time-saving techniques using Metasploit.
Table of Contents (14 chapters)

Red teaming with Armitage team server

For a large penetration testing environment, red teaming is often required, where a group of penetration testers can work on a project collectively so that better results can be yielded. Armitage offers a team server that can be used to share operations with members of the penetration testing team efficiently. We can quickly start a team server using the teamserver command followed by the accessible IP address and a password of our choice, as shown in the following screenshot:

We can see that we have started an instance of the team server on IP address 192.168.10.107 and used the password hackers for authentication. We can see that on successful initialization, we have the credential details that we need to spread between the team members. Now, let's connect to this team server by initializing Armitage from the command line using the...