Book Image

Hands-On Web Penetration Testing with Metasploit

By : Harpreet Singh, Himanshu Sharma
Book Image

Hands-On Web Penetration Testing with Metasploit

By: Harpreet Singh, Himanshu Sharma

Overview of this book

Metasploit has been a crucial security tool for many years. However, there are only a few modules that Metasploit has made available to the public for pentesting web applications. In this book, you'll explore another aspect of the framework – web applications – which is not commonly used. You'll also discover how Metasploit, when used with its inbuilt GUI, simplifies web application penetration testing. The book starts by focusing on the Metasploit setup, along with covering the life cycle of the penetration testing process. Then, you will explore Metasploit terminology and the web GUI, which is available in the Metasploit Community Edition. Next, the book will take you through pentesting popular content management systems such as Drupal, WordPress, and Joomla, which will also include studying the latest CVEs and understanding the root cause of vulnerability in detail. Later, you'll gain insights into the vulnerability assessment and exploitation of technological platforms such as JBoss, Jenkins, and Tomcat. Finally, you'll learn how to fuzz web applications to find logical security vulnerabilities using third-party tools. By the end of this book, you'll have a solid understanding of how to exploit and validate vulnerabilities by working with various tools and techniques.
Table of Contents (23 chapters)
1
Introduction
5
The Pentesting Life Cycle with Metasploit
10
Pentesting Content Management Systems (CMSes)
14
Performing Pentesting on Technological Platforms
18
Logical Bug Hunting

Chapter 1

  1. Yes, there is. There's a CWE list maintained by MITRE that can be found at https://cwe.mitre.org/.

  2. The OWASP Top 10 can be found at https://owasp.org/www-project-top-ten/, while the SANS Top 25 can be found at https://www.sans.org/top25-software-errors/.

  3. Many of the tools that are used in a typical penetration test are open source, such as Nmap, and the Metasploit framework. However, there are some really efficient tools on the market that can be used as well, including BurpSuite Professional and Nessus Professional.

  4. An OSSTMM penetration test can be one of six different types, depending on the nature and scope of the engagement. PTES-based penetration tests are categorized under very generic test types, such as white box, gray box, and black box. As PTES is the industry standard, most penetration tests use the PTES methodology.

...