Drive PWN::Plugins::ThreadPool from pwn_eval.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add 0dayInc/pwn --skill thread_pool --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Thread Pool?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0dayinc-thread-pool)More formats (shields.io, HTML) on the badges page.
---
name: pwn-plugins-threadpool
description: Drive PWN::Plugins::ThreadPool from pwn_eval.
license: MIT
allowed-tools: [pwn, pwn_eval]
metadata:
bundled: true
generated: true
module: PWN::Plugins::ThreadPool
source: pwn/plugins/thread_pool.rb
---
# PWN::Plugins::ThreadPool
This plugin makes the creation of a thread pool much simpler.
## When to use
Call `PWN::Plugins::ThreadPool` from `pwn_eval` when the task needs this module.
Do not reimplement it in shell.
## Methodologies
Generated from `pwn/plugins/thread_pool.rb`. Prefer the public class methods below.
Class methods take `(opts = {})` and read `opts`.
## How to call
```ruby
PWN::Plugins::ThreadPool.help
PWN::Plugins::ThreadPool.fill(opts)
```
## Public methods
- `fill`
- `authors`
- `help`
## Source
`pwn/plugins/thread_pool.rb`
## Verification
`PWN::Plugins::ThreadPool.respond_to?(:fill)` 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!