npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, πŸ‘‹, I’m Ryan HefnerΒ  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you πŸ™

Β© 2026 – Pkg Stats / Ryan Hefner

opencode-pentest-orch

v2.0.1

Published

πŸ”§ Pentest Organizer v2.0 β€” Cross-platform pentest tool organizer for OpenCode. OS detection, smart download paths, hack_download tool. By Savera β™₯ Junaid

Readme

πŸ”§ opencode-pentest-orch

Pentest Organizer Plugin v2.0 for OpenCode β€” Cross-platform pentest tool organizer with smart download paths.

By Savera β™₯ Junaid

Features

  • βœ… Cross-platform β€” Works on Windows, Linux, macOS, Android/Termux
  • βœ… Smart paths β€” Auto-detects OS and uses correct folder structure
  • βœ… hack_init β€” Initialize site hack with auto-folder structure
  • βœ… hack_download β€” Download ANY file to system Downloads folder
  • βœ… hack_save_db β€” Save DB dumps (SQL, CSV, JSON)
  • βœ… hack_save_file β€” Save discovered files
  • βœ… hack_report β€” Auto pentest report generation
  • βœ… hack_extract_students β€” Per-student folder extraction from DB dumps
  • βœ… hack_status β€” Check hack progress and OS info
  • βœ… Subdomain detection β€” Auto-detect and organize subdomain findings

Path Structure

| OS | Hack Data | Downloads | |----|-----------|-----------| | Android | /sdcard/<site>/ | /sdcard/Download/OpenCode Downloads/ | | Linux | ~/OpenCode/hacks/<site>/ | ~/Downloads/OpenCode Downloads/ | | Windows | %USERPROFILE%\OpenCode\hacks\<site>\ | %USERPROFILE%\Downloads\OpenCode Downloads\ | | macOS | ~/OpenCode/hacks/<site>/ | ~/Downloads/OpenCode Downloads/ |

Installation

Add to your opencode.jsonc:

"plugin": [
  "opencode-hack-orch"
]

Tools

hack_init

Initialize a site hack with smart folder creation. Auto-detects site type (edu, ecom, bank, gov, etc.) and creates appropriate folder structure.

hack_download

Download files to the system Downloads folder. Supports URL download, text content, base64, and YouTube search.

hack_save_db

Save database dumps organized in the site's database folder.

hack_save_file

Save any discovered file (configs, source code, backups).

hack_report

Generate and update pentest reports in markdown format.

hack_extract_students

Parse student/user data from DB dumps and create per-student folders with ALL fields.

hack_status

Check progress of current hack β€” findings, databases, students, subdomains.

hack_deactivate

Deactivate hack mode when done.