Book Image

Advanced Infrastructure Penetration Testing

Book Image

Advanced Infrastructure Penetration Testing

Overview of this book

It has always been difficult to gain hands-on experience and a comprehensive understanding of advanced penetration testing techniques and vulnerability assessment and management. This book will be your one-stop solution to compromising complex network devices and modern operating systems. This book provides you with advanced penetration testing techniques that will help you exploit databases, web and application servers, switches or routers, Docker, VLAN, VoIP, and VPN. With this book, you will explore exploitation abilities such as offensive PowerShell tools and techniques, CI servers, database exploitation, Active Directory delegation, kernel exploits, cron jobs, VLAN hopping, and Docker breakouts. Moving on, this book will not only walk you through managing vulnerabilities, but will also teach you how to ensure endpoint protection. Toward the end of this book, you will also discover post-exploitation tips, tools, and methodologies to help your organization build an intelligent security system. By the end of this book, you will have mastered the skills and methodologies needed to breach infrastructures and provide complete endpoint protection for your system.
Table of Contents (14 chapters)

Software development methodologies

A software project, like any project, needs to go through well-defined steps to be well-managed. In order to ensure efficient project management, a software development project requires a number of steps:

  1. Requirements
  2. Design
  3. Implementation
  4. Verification
  5. Maintenance

The steps are shown here:

The previous steps are carried out through different methods, according to business requirements. There are many development methodologies:

  • Waterfall methodology: This is a linear and sequential methodology; there is no turning back in it.
  • Prototyping methodology: In this methodology, the product is built and tested again and again.
  • Spiral methodology: This methodology is risky and costly to use as it is done by iterating the development processes (objectives identification, alternatives, constraints, and planning).
  • Agile methodologies: Agile methodologies...