Drive PWN::Plugins::DAOPostgres from pwn_eval.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add 0dayInc/pwn --skill dao_postgres --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dao Postgres?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0dayinc-dao-postgres)More formats (shields.io, HTML) on the badges page.
---
name: pwn-plugins-daopostgres
description: Drive PWN::Plugins::DAOPostgres from pwn_eval.
license: MIT
allowed-tools: [pwn, pwn_eval]
metadata:
bundled: true
generated: true
module: PWN::Plugins::DAOPostgres
source: pwn/plugins/dao_postgres.rb
---
# PWN::Plugins::DAOPostgres
This plugin is a data access object used for interacting w/ PostgreSQL databases.
## When to use
Call `PWN::Plugins::DAOPostgres` from `pwn_eval` when the task needs this module.
Do not reimplement it in shell.
## Methodologies
Generated from `pwn/plugins/dao_postgres.rb`. Prefer the public class methods below.
Class methods take `(opts = {})` and read `opts`.
## How to call
```ruby
PWN::Plugins::DAOPostgres.help
PWN::Plugins::DAOPostgres.connect(opts)
```
## Public methods
- `connect`
- `sql_statement`
- `list_all_columns_by_table`
- `disconnect`
- `authors`
- `help`
## Source
`pwn/plugins/dao_postgres.rb`
## Verification
`PWN::Plugins::DAOPostgres.respond_to?(:connect)` 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.