Book Image

Kali Linux 2 - Assuring Security by Penetration Testing - Third Edition

By : Gerard Johansen, Lee Allen, Tedi Heriyanto, Shakeel Ali
Book Image

Kali Linux 2 - Assuring Security by Penetration Testing - Third Edition

By: Gerard Johansen, Lee Allen, Tedi Heriyanto, Shakeel Ali

Overview of this book

Kali Linux is a comprehensive penetration testing platform with advanced tools to identify, detect, and exploit the vulnerabilities uncovered in the target network environment. With Kali Linux, you can apply appropriate testing methodology with defined business objectives and a scheduled test plan, resulting in a successful penetration testing project engagement. Kali Linux – Assuring Security by Penetration Testing is a fully focused, structured book providing guidance on developing practical penetration testing skills by demonstrating cutting-edge hacker tools and techniques with a coherent, step-by-step approach. This book offers you all of the essential lab preparation and testing procedures that reflect real-world attack scenarios from a business perspective, in today's digital age.
Table of Contents (24 chapters)
Kali Linux 2 – Assuring Security by Penetration Testing Third Edition
Credits
Disclaimer
About the Authors
About the Reviewer
www.PacktPub.com
Preface
Index

Types of vulnerabilities


There are three main classes of vulnerability by which the distinction for the types of flaws (local and remote) can be made. These classes are generally divided into design, implementation, and operational categories:

  • Design vulnerabilities: These are discovered owing to the weaknesses found in the software specifications.

  • Implementation vulnerabilities: These are the technical security glitches found in the code of a system.

  • Operational vulnerabilities: These are the vulnerabilities that may arise, owing to the improper configuration and deployment of a system in a specific environment.

Based on these three classes, we have two generic types of vulnerability, local and remote, which can sit in any of the vulnerability classes.

Note

Which class of vulnerability is considered to be the worst to resolve?

Design vulnerability makes a developer derive the specifications based on the security requirements and address its implementation securely. Thus, it takes more time...