elkentaro/sharkbot — reverse-engineered prompt

Reverse engineered prompt

Build me a small app called SharkBot that works as a Wireshark companion for packet analysis. I want a Python receiver plus a Wireshark Lua helper so that when I select a packet and launch it from Wireshark, it opens a browser page for that packet and helps me understand what I am looking at.

The app should explain the selected packet in plain analyst language, suggest the next safe display filter or investigation step, and guide me through an iterative workflow instead of pretending it can solve everything from one packet. It should be strongest for TCP, DNS, HTTP, suspicious traffic triage, and Wi Fi, with limited BLE help.

Please make the normal path rule based by default, and only use AI when I explicitly ask with something like +AI or a provider name. Let me choose from configured providers in the browser, support OpenAI, Anthropic, Gemini, and Ollama if available, and fall back cleanly if they are not. Include simple profiles like specialist, packet analyst, and incident response, plus easy config for local or remote use. Look up current docs online if you need to.

Want more depth? Deep Reverse