Drive PWN::WWW::Pastebin from pwn_eval.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add 0dayInc/pwn --skill pastebin --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pastebin?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0dayinc-pastebin)More formats (shields.io, HTML) on the badges page.
---
name: pwn-www-pastebin
description: Drive PWN::WWW::Pastebin from pwn_eval.
license: MIT
allowed-tools: [pwn, pwn_eval]
metadata:
bundled: true
generated: true
module: PWN::WWW::Pastebin
source: pwn/www/pastebin.rb
---
# PWN::WWW::Pastebin
This plugin supports Pastebin actions.
## When to use
Call `PWN::WWW::Pastebin` from `pwn_eval` when the task needs this module.
Do not reimplement it in shell.
## Methodologies
Generated from `pwn/www/pastebin.rb`. Prefer the public class methods below.
Class methods take `(opts = {})` and read `opts`.
## How to call
```ruby
PWN::WWW::Pastebin.help
PWN::WWW::Pastebin.open(opts)
```
## Public methods
- `open`
- `onion`
- `close`
- `authors`
- `help`
## References
- `references/urls.md` — URLs from source
## Source
`pwn/www/pastebin.rb`
## Verification
`PWN::WWW::Pastebin.respond_to?(:open)` 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!
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。