Certified: The CompTIA PenTest+ (Plus) Audio Course - podcast cover

Certified: The CompTIA PenTest+ (Plus) Audio Course

Jason Edwards
This PrepCast series is a comprehensive, audio-first preparation program designed to help learners build the judgment, terminology fluency, and decision-making skills required for modern penetration testing scenarios. Rather than focusing on tools, commands, or hands-on labs, the series emphasizes how to think like a tester under real-world constraints: interpreting scope and rules of engagement, selecting safe and defensible next steps, validating findings responsibly, and communicating risk in clear business-aligned language. Each episode is structured to reinforce engagement flow, from planning and reconnaissance through exploitation decisions, post-exploitation considerations, and professional reporting. Across the full sequence, listeners develop a repeatable mental framework for analyzing technical situations, prioritizing actions, avoiding common traps, and translating observations into meaningful outcomes. The series mirrors how security work is evaluated in practice, where correctness depends not only on technical knowledge, but also on ethics, authorization, safety, and impact. By the end of the program, learners are equipped to recognize patterns quickly, justify decisions confidently, and apply consistent reasoning that transfers directly to both certification scenarios and real penetration testing engagements.
Last refreshed:
Follow this podcast in the Metacast mobile app to refresh it and see new episodes.
Download Metacast podcast app
Podcasts are better in Metacast mobile app
Don't just listen to podcasts. Learn from them with transcripts, summaries, and chapters for every episode. Skim, search, and bookmark insights. Learn more

Episodes

Episode 66 — Credential Access Patterns

This episode explains how credentials are discovered and why credential access is often the turning point from limited access to broad compromise. You’ll learn common places credentials appear, including memory-resident artifacts, configuration stores, browser and application caches, scripts, logs, and service accounts, and how tokens and sessions function as credentials even when passwords are unknown. We’ll cover reuse risk, why privileged credentials multiply impact, and how improper handling...

Jan 06, 202619 minEp. 66

Episode 65 — Local Privilege Escalation Patterns

This episode teaches you to recognize common local privilege escalation patterns that turn standard user access into elevated control on the same host, using scenario cues rather than tool syntax. You’ll learn how misconfigured services, weak file and directory permissions, unsafe defaults, and poorly managed scheduled tasks create escalation opportunities, and why these weaknesses often appear after initial access rather than as the first entry point. We’ll cover plain-language versions of patt...

Jan 06, 202618 minEp. 65

Episode 64 — Auth Attack Mini-Scenarios

This episode uses short identity-focused scenarios to build speed and accuracy in selecting the best action when multiple authentication explanations seem plausible. You’ll apply a consistent drill method that identifies the flow type, policy constraints, and the most likely weakness, then selects the smallest safe validation step that increases certainty. We’ll cover scenario patterns involving lockout-aware decisions between spraying and brute forcing, unexpected MFA approvals that suggest fat...

Jan 06, 202618 minEp. 64

Episode 63 — Federation Basics: SAML and OIDC

This episode explains federated authentication so SSO scenarios become straightforward rather than confusing acronym puzzles. You’ll learn the core roles in federation, where an identity provider authenticates the user and a service provider consumes trusted claims to grant access, and how assertions and tokens carry identity attributes, group memberships, and authorization context. We’ll cover how trust is established through configuration and key validation, how misconfiguration can accept cla...

Jan 06, 202617 minEp. 63

Episode 62 — Token and Session Attacks

This episode teaches you to reason about sessions and tokens as portable trust, which is why many identity scenarios involve replay and session persistence rather than password guessing. You’ll learn how sessions represent ongoing authenticated state and how tokens grant repeated access to resources, then explore how insecure storage, interception, logs, and client-side leakage can expose these artifacts. We’ll cover replay concepts where a stolen token is reused without knowing the password, fi...

Jan 06, 202618 minEp. 62

Episode 61 — Kerberos Concepts for the Exam

This episode explains Kerberos in practical, scenario-friendly terms so you can recognize when ticket-based authentication and trust relationships drive the best answer. You’ll learn Kerberos as a centralized, ticket-based system where temporary proofs of identity replace repeated password use, and how roles like the client, services, and the ticket authority interact to grant access. We’ll cover why time and expiration matter, how delegated trust and misconfiguration can expand access unexpecte...

Jan 06, 202618 minEp. 61

Episode 60 — MFA Bypass Patterns (Conceptual)

This episode explains how multi-factor authentication can fail in practice through workflow weaknesses, misconfigurations, and human factors, and how to recognize these patterns from scenario descriptions. You’ll learn conceptual bypass themes such as fatigue attacks that pressure users into approving prompts, session weaknesses where stolen sessions reduce the value of MFA, recovery flows that become a fallback bypass, and inconsistent enforcement where step-up checks are missing. We’ll cover w...

Jan 06, 202616 minEp. 60

Episode 59 — Password Attacks: Spray vs Stuff vs Brute Force

This episode teaches you to differentiate password spraying, credential stuffing, and brute force attempts based on context, risk, and the protections in place, so you can choose the correct method in scenario questions without confusing the terms. You’ll learn credential stuffing as reuse of known username and password pairs across services, password spraying as trying a small set of likely passwords across many accounts to avoid lockouts, and brute force as repeated guessing against a single a...

Jan 06, 202617 minEp. 59

Episode 58 — Network Attack Mini-Scenarios

This episode uses short network-focused scenarios to build speed and accuracy in choosing the next best action when evidence is limited and constraints matter. You’ll learn a repeatable drill method that starts by identifying the key clue, naming the phase and constraint, and selecting the smallest test that increases certainty or demonstrates impact safely. We’ll cover scenario patterns involving exposed management services, suspicious authentication flows that suggest spoofing or relay, segmen...

Jan 06, 202616 minEp. 58

Episode 57 — Service Exploitation Logic

This episode teaches exploitation logic as a disciplined decision process that starts with evidence and constraints, not with tools and excitement. You’ll learn how to evaluate whether a service is reachable, whether the suspected weakness matches the service condition, and what proof is appropriate under safety and authorization requirements. We’ll cover common weakness types such as misconfiguration, weak authentication, and known vulnerable versions, emphasizing why you should confirm assumpt...

Jan 06, 202616 minEp. 57

Episode 56 — Segmentation and Trust Failures

This episode focuses on how weak segmentation and overly broad trust relationships turn a small foothold into broad access, and how to recognize these failures from scenario clues. You’ll learn how segmentation should restrict reachability, how trust relationships can be necessary but dangerous, and how common failure patterns like flat networks, permissive rules, shared admin accounts, and misaligned zones create unintended pathways. We’ll cover how attackers exploit trust by reusing credential...

Jan 06, 202615 minEp. 56

Episode 55 — Name Resolution and Relay Concepts

This episode teaches you how name resolution confusion and authentication relay behaviors can enable credential capture or reuse, and how these scenarios differ from brute force guessing. You’ll learn how name resolution works at a practical level, how spoofing can redirect requests, and how relay behavior forwards authentication attempts to real services in a way that can result in unintended access. We’ll cover common scenario indicators such as unexpected authentication prompts, repeated cred...

Jan 06, 202616 minEp. 55

Episode 54 — On-Path Attacks (Conceptual)

This episode explains on-path attacks as scenarios where an attacker positions themselves between communicating parties to observe, redirect, or manipulate traffic without directly owning either endpoint. You’ll learn the prerequisites that make on-path attacks feasible, such as shared network segments, weak trust boundaries, and configuration gaps, and how encryption changes what can and cannot be seen or modified. We’ll cover downgrade concepts, certificate warning clues, redirect behavior, an...

Jan 06, 202616 minEp. 54

Episode 53 — Common Network Weakness Patterns

This episode teaches you to recognize recurring network weaknesses that frequently lead to compromise, using scenario cues that point to misconfiguration, poor hygiene, and weak access controls. You’ll learn how exposed management services, permissive segmentation, unnecessary service exposure, outdated platforms, and default or shared credentials create high-probability attack paths. We’ll cover how name resolution issues and trust assumptions can enable credential capture or reuse, and how to ...

Jan 06, 202616 minEp. 53

Episode 52 — Exploit Selection and Safety

This episode focuses on selecting proof methods that demonstrate risk while protecting stability, confidentiality, and engagement boundaries. You’ll learn how to decide when validation is sufficient and when controlled exploitation is justified, and how to evaluate exploitation options based on prerequisites, reliability, potential side effects, detection likelihood, and operational sensitivity. We’ll cover safe execution principles such as minimizing scope, choosing the smallest effective paylo...

Jan 06, 202615 minEp. 52

Episode 51 — Prioritization: High Value Targets and Quick Wins

This episode teaches you to prioritize actions that produce the most leverage, so you consistently choose the next step that reduces risk fastest under realistic constraints. You’ll learn how to identify high value targets such as identity systems, administrative interfaces, sensitive data stores, and systems that control access for many others, and how to recognize quick wins that confirm exposure or expand understanding with minimal effort and minimal disruption. We’ll cover how exposure and r...

Jan 06, 202615 minEp. 51

Episode 50 — Attack Planning: From Findings to a Path

This episode teaches you how to transform discovered and validated weaknesses into a controlled attack plan that stays within rules of engagement and produces meaningful, defensible outcomes. You’ll learn how to choose an initial foothold based on exposure, feasibility, and objective alignment, then chain steps logically so each action increases capability, reduces uncertainty, or demonstrates impact. We’ll cover planning under constraints such as production sensitivity, limited time windows, an...

Jan 06, 202615 minEp. 50

Episode 49 — Vulnerability Analysis Mini-Scenarios

This episode builds decision-making speed by using short, realistic scenarios that require you to interpret limited evidence, choose a safe next step, and justify why alternatives are wrong. You’ll learn a consistent drill approach that starts by identifying the phase, asset type, and constraints, then focuses on selecting the smallest action that increases certainty or supports defensible reporting. We’ll cover scenario patterns spanning network scan interpretation, web behavior clues, identity...

Jan 06, 202616 minEp. 49

Episode 48 — Physical Security Techniques (Conceptual)

This episode explains how physical access and human behavior can bypass technical controls, and how physical techniques appear in scenario questions as risk indicators and control gaps. You’ll learn common concepts such as tailgating, badge misuse, unsecured doors, poor visitor controls, unattended terminals, exposed ports, and insecure storage, along with the social dynamics that make these weaknesses exploitable. We’ll cover why consent and authorization are critical in any physical testing co...

Jan 06, 202616 minEp. 48

Episode 47 — OT/ICS Assessment Concepts (High-Level)

This episode introduces industrial and operational technology assessment concepts where safety and availability constraints dominate decision-making. You’ll learn what OT and ICS environments are in plain terms, why outages can cause real-world harm, and how legacy devices, fragile protocols, and limited patch windows change what “best” looks like compared to typical IT environments. We’ll cover safe assessment posture, emphasizing observation first, tight coordination, minimal active probing, a...

Jan 06, 202617 minEp. 47

Episode 46 — False Positives and False Negatives

This episode teaches you to treat tool output as a starting point, not a verdict, by understanding why false positives and false negatives occur and how to respond with disciplined validation. You’ll define false positives as reported issues that are not actually present and false negatives as real issues that scanning or enumeration missed, then connect each to practical causes like misleading banners, proxies, generic signatures, filtering, timing, permissions, and coverage gaps. We’ll cover h...

Jan 06, 202615 minEp. 46

Episode 45 — Validating Findings Without Breaking Things

This episode focuses on validation as disciplined confirmation that produces credible evidence while protecting stability, safety, and engagement boundaries. You’ll learn how to choose low-risk checks that prove a condition exists, scope it appropriately, and estimate impact without relying on disruptive payloads or repeated probing. We’ll cover how constraints such as production sensitivity, monitoring, and rules of engagement shape validation choices, how to recognize when to stop due to insta...

Jan 06, 202616 minEp. 45

Episode 44 — Prioritization Cues (CVE/CVSS/CWE/EPSS)

This episode teaches you how to use common vulnerability identifiers and scoring cues to prioritize work without treating any single score as absolute truth. You’ll learn what each label represents, including CVE as a reference identifier for a known issue, CVSS as a severity score, CWE as a weakness category, and EPSS as a probability-oriented signal that can help estimate exploitation likelihood in the wild. We’ll cover how to blend these cues with context such as exposure, required privileges...

Jan 06, 202618 minEp. 44

Episode 43 — IaC and Configuration Findings

This episode focuses on misconfiguration as a primary source of exposure in modern environments, especially where infrastructure is created and changed through templates and automation. You’ll learn how infrastructure as code can produce repeatable security posture when done well, but can also scale mistakes quickly when defaults are permissive or guardrails are missing. We’ll cover common configuration findings such as overly open network rules, public storage access, weak identity policies, an...

Jan 06, 202615 minEp. 43

Episode 42 — Container Vulnerability Concepts

This episode teaches container risk through images, layers, configuration, and runtime behavior, focusing on how weaknesses arise even when the host environment seems well managed. You’ll learn how container images inherit layers and components that can carry vulnerabilities, how outdated base images and unnecessary tools expand exposure, and how runtime settings such as privileged execution, broad mounts, and excessive network reach can undermine isolation. We’ll cover supply chain concerns lik...

Jan 06, 202616 minEp. 42

Episode 41 — Secrets Scanning Concepts

This episode explains why exposed secrets create immediate and outsized risk, and how to recognize, handle, and report secret exposure responsibly. You’ll learn what counts as a secret in practice, including passwords, API keys, access tokens, certificates, and connection strings, and where secrets commonly appear, such as code repositories, configuration files, logs, build artifacts, backups, and collaboration tools. We’ll cover how leaked secrets enable impersonation, data access, and service ...

Jan 06, 202619 minEp. 41

Episode 40 — Dependency and Supply Chain Findings

This episode explains how third-party components and supply chain issues create real risk even when an organization’s custom code looks clean. You’ll learn how vulnerable libraries, packages, and services appear in environments through direct and transitive dependencies, and why version alerts require context about exposure, privilege, and actual usage. We’ll cover common impacts such as remote code execution and data exposure, along with prioritization cues like reachability, exploit maturity, ...

Jan 06, 202619 minEp. 40

Episode 39 — Web/App Scanning Families

This episode introduces the main families of application scanning and helps you choose the right approach based on environment, constraints, and what you need to learn. You’ll learn how dynamic scanning evaluates running behavior through requests and responses, how static scanning evaluates code patterns and risky constructs, how dependency scanning identifies vulnerable components, and how interactive approaches connect runtime behavior to code paths. We’ll cover how authentication and role dif...

Jan 06, 202618 minEp. 39

Episode 38 — Network Vulnerability Scanning Concepts

This episode explains what network vulnerability scanners actually do, how they generate findings, and why their results require careful validation and context to be meaningful. You’ll learn how scanners infer risk from service behavior, versions, and configuration clues, and why false positives occur through proxies, misleading banners, and generic signatures, while false negatives occur through filtering, timing, authentication gaps, and incomplete coverage. We’ll cover how to prioritize findi...

Jan 06, 202618 minEp. 38

Episode 37 — Authenticated vs Unauthenticated Scanning

This episode teaches you how access level changes what scanning reveals, how you should interpret results, and what the safest approach is under different constraints. You’ll learn why unauthenticated scanning reflects an external viewpoint with limited visibility, while authenticated scanning can reveal deeper configuration, patch, and control evidence but also introduces bias and additional risk. We’ll cover how permissions and role scope can create blind spots even when credentials are availa...

Jan 06, 202619 minEp. 37
Hosted on Transistor
For the best experience, listen in Metacast app for iOS or Android