Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Hermes-Proxy — Hermes Proxy - HTTP Traffic Analyzer | Kitploit
Tools/GitHubGitHub/jp/hermes-proxy
Packet Sniffing & AnalysisDynamic Analysis (Sandboxing)Web Proxies & InterceptionAPI Security TestingDebuggersWeb Security
GitHubjp/hermes-proxy

Hermes-Proxy

Hermes Proxy - HTTP Traffic Analyzer

View Repository
651615 days agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Hermes Proxy

Hermes Proxy is a desktop HTTP/HTTPS interception app built with Electron and Vite. It captures requests/responses, lets you replay requests, and export/import HAR files.

Traffic view Network Chart View Rules editor

Features

  • Live traffic table with request/response details
  • Replay requests (with editable URL/headers)
  • Export all traffic as HAR
  • Import HAR files into the traffic table
  • Save response bodies
  • Rules engine to match method/host/url/headers and either delay requests, override headers, override full responses, or close connections

Releases and Binaries

At the moment, the releases are built but not signed. It can fully prevent the installation the releases. It is recommended to use the development setup below.

Development

Install dependencies:

root@kitploit:~
npm install

Run the app in dev mode (Vite + Electron):

root@kitploit:~
npm run dev

Build the renderer:

root@kitploit:~
Download Tool
npm run build

Package binaries (macOS/Windows/Linux targets via electron-builder):

root@kitploit:~
npm run dist -- --publish never