Jason Edwards
Certified: The CompTIA PenTest+ (Plus) Audio Course
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 plan...
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
Episode 46 — False Positives and False Negatives 06.01.2026 15:01
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 ba...
Episode 45 — Validating Findings Without Breaking Things 06.01.2026 15:30
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, moni...
Episode 44 — Prioritization Cues (CVE/CVSS/CWE/EPSS) 06.01.2026 18:11
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...
Episode 43 — IaC and Configuration Findings 06.01.2026 14:51
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 configu...
Episode 42 — Container Vulnerability Concepts 06.01.2026 15:42
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, broa...
Episode 41 — Secrets Scanning Concepts 06.01.2026 18:36
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...
Episode 40 — Dependency and Supply Chain Findings 06.01.2026 19:05
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 co...
Episode 39 — Web/App Scanning Families 06.01.2026 18:25
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 intera...
Episode 38 — Network Vulnerability Scanning Concepts 06.01.2026 17:43
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...
Episode 37 — Authenticated vs Unauthenticated Scanning 06.01.2026 18:37
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...
Episode 36 — Discovery vs Validation vs Exploitation 06.01.2026 18:33
This episode clarifies the difference between discovering a potential weakness, validating that it is real, and exploiting it to demonstrate impact, because these are often confused in scenario questions. You’ll learn what each stage is trying to prove, what kinds of evidence are appropriate, and how constraints like stability requirements and authorization boundaries influence whether exploitatio...
Episode 35 — Recon/Enum Output Interpretation Drills 06.01.2026 17:30
This episode sharpens your ability to read outputs quickly and convert raw results into the next best decision, which is a core skill in both testing scenarios and real engagements. You’ll learn a structured interpretation workflow that separates high-signal findings from noise, labels confidence correctly, and respects constraints like scope, safety, and timing. We’ll cover common misreads such a...
Episode 34 — Scripting Concepts for Recon (Bash/Python/PowerShell) 06.01.2026 18:41
This episode teaches scripting concepts as automation thinking, helping you understand what scripting is used for in recon and enumeration without turning the lesson into a coding class. You’ll learn how scripts collect and normalize data, loop over host lists, parse outputs into consistent formats, and apply conditional logic to handle errors and filter results. We’ll cover safe scripting habits...
Episode 33 — Cloud Enumeration Concepts 06.01.2026 19:09
This episode explains how to enumerate cloud environments by focusing on identities, exposed services, storage, configuration, and monitoring signals rather than relying on on-prem assumptions. You’ll learn how shared responsibility shapes what is controlled by the customer versus the provider, and why identity and permissions often define the true blast radius. We’ll cover common cloud enumeratio...
Episode 32 — Wireless Recon Basics 06.01.2026 18:09
This episode builds the foundational wireless concepts needed to interpret scenario descriptions involving access points, client behavior, and insecure configurations. You’ll learn how identifiers like network names, access point identity, channels, and signal strength provide context about proximity and exposure without proving access. We’ll cover encryption and authentication strength in plain t...
Episode 31 — Authentication Surface Enumeration 06.01.2026 20:34
This episode teaches you how to map authentication and session behavior so you can recognize where identity controls are strong, where they fail, and what the safest next validation step should be. You’ll learn to enumerate login entry points, password reset and recovery flows, multi-factor prompts, and SSO paths, then analyze how each step changes what an attacker can realistically do. We’ll cove...
Episode 30 — Web Enumeration: Robots, Sitemaps, and Metadata 06.01.2026 18:17
This episode covers often-overlooked web artifacts that quietly expose application structure and priorities. You’ll learn how robots guidance, sitemaps, metadata, comments, cached pages, and backups can reveal forgotten endpoints, deprecated functionality, and sensitive clues about underlying technology. We’ll explain why these artifacts are hints rather than proof, and how to validate them safely...
Episode 29 — Web Enumeration: Content and Paths 06.01.2026 18:54
This episode explains how mapping web content and paths reveals hidden functionality, access boundaries, and testing priorities. You’ll learn how directories, files, endpoints, and parameters expand the attack surface, and how authentication state and role differences change what is reachable. We’ll cover interpreting status codes, redirects, and behavior changes as signals of authorization logic...
Episode 28 — DNS Enumeration Patterns 06.01.2026 18:47
This episode teaches you how DNS enumeration reveals structure, ownership, and potential entry points while also introducing common sources of confusion. You’ll learn how records like addresses, aliases, mail routing, and text entries hint at services and integrations, and how subdomain patterns often reflect environments and applications. We’ll cover zone transfer concepts, reverse lookups, and w...
Episode 27 — Banner Grabbing and Fingerprinting 06.01.2026 17:17
This episode focuses on fingerprinting as a way to infer platform and configuration details from service responses without deep interaction. You’ll learn how banners, error messages, default pages, and subtle behavior differences can hint at underlying software, versions, and misconfigurations, while also understanding why these clues are often misleading. We’ll cover validation strategies that re...
Episode 26 — Port/Service Scanning Concepts 06.01.2026 18:05
This episode explains what port and service scanning results actually mean, so you can interpret them accurately rather than treating them as definitive proof. You’ll learn how open, closed, and filtered states arise, why UDP behaves differently from TCP, and how service identification relies on behavior and hints rather than certainty. We’ll cover how scan scope, timing, and rate influence noise...
Episode 25 — Host Discovery Logic 06.01.2026 17:33
This episode teaches you how host discovery establishes what systems are reachable and worth further attention before deeper enumeration begins. You’ll learn how discovery inputs such as target ranges, domains, and known assets shape your approach, and how different response states imply routing, filtering, or monitoring controls. We’ll cover how to prioritize hosts based on service exposure, data...
Episode 24 — OSINT: Breaches and Credential Exposure 06.01.2026 18:51
This episode explores how breach data and credential exposure influence risk assessment without directly attempting authentication. You’ll learn the differences between credential stuffing, password spraying, and simple reuse risk, and how leaked data changes likelihood rather than automatically proving compromise. We’ll cover how to reason about exposure safely, recognizing when portals, legacy a...
Episode 23 — OSINT: Code and Artifact Leaks 06.01.2026 18:10
This episode explains how source code repositories, build artifacts, and published files can unintentionally expose sensitive details that shape risk. You’ll learn what qualifies as a secret, such as keys, tokens, credentials, and certificates, and how configuration files, commit history, and dependency manifests can reveal internal paths, services, and environments. We’ll cover how to assess the...
Episode 22 — OSINT: Domains, DNS, and Internet Exposure 06.01.2026 18:52
This episode teaches you how domain and DNS information maps an organization’s external footprint and guides efficient testing decisions. You’ll learn how domains and subdomains often reflect environments, applications, and ownership boundaries, and how common DNS record types imply services and infrastructure choices without guaranteeing exposure. We’ll cover certificate and hosting clues, cloud-...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.