Drive PWN::SDR::Decoder::Pager from pwn_eval.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add 0dayInc/pwn --skill pager --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pager?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0dayinc-pager)More formats (shields.io, HTML) on the badges page.
---
name: pwn-sdr-decoder-pager
description: Drive PWN::SDR::Decoder::Pager from pwn_eval.
license: MIT
allowed-tools: [pwn, pwn_eval]
metadata:
bundled: true
generated: true
module: PWN::SDR::Decoder::Pager
source: pwn/sdr/decoder/pager.rb
---
# PWN::SDR::Decoder::Pager
Pure-Ruby combined pager decoder for the mixed-protocol `pager_all` band plan. Feeds every incoming 48 kHz audio chunk to BOTH the native POCSAG and FLEX demodulators concurrently; whichever locks emits messages. No `multimon-ng`, no `sox`.
## When to use
Call `PWN::SDR::Decoder::Pager` from `pwn_eval` when the task needs this module.
Do not reimplement it in shell.
## Methodologies
Generated from `pwn/sdr/decoder/pager.rb`. Prefer the public class methods below.
Class methods take `(opts = {})` and read `opts`.
## How to call
```ruby
PWN::SDR::Decoder::Pager.help
PWN::SDR::Decoder::Pager.detect(opts)
```
## Public methods
- `detect`
- `decode`
- `authors`
- `help`
## Source
`pwn/sdr/decoder/pager.rb`
## Verification
`PWN::SDR::Decoder::Pager.respond_to?(:detect)` after the
module is loaded. Read the source for parameter names.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.