{"id":27069651,"url":"https://github.com/garlic0x1/mx-proxy","last_synced_at":"2026-01-20T02:20:45.896Z","repository":{"id":230871716,"uuid":"780279158","full_name":"garlic0x1/mx-proxy","owner":"garlic0x1","description":"Web debugging proxy","archived":false,"fork":false,"pushed_at":"2024-05-19T11:52:02.000Z","size":1075,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-19T14:52:51.742Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/garlic0x1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-01T06:05:14.000Z","updated_at":"2024-05-20T16:06:37.389Z","dependencies_parsed_at":"2024-04-30T19:29:18.643Z","dependency_job_id":"e4d356ec-30e7-42e1-b29e-a2744a06739a","html_url":"https://github.com/garlic0x1/mx-proxy","commit_stats":null,"previous_names":["garlic0x1/mx-proxy"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garlic0x1%2Fmx-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garlic0x1%2Fmx-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garlic0x1%2Fmx-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garlic0x1%2Fmx-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garlic0x1","download_url":"https://codeload.github.com/garlic0x1/mx-proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406069,"owners_count":20933802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-05T21:47:10.545Z","updated_at":"2026-01-20T02:20:45.869Z","avatar_url":"https://github.com/garlic0x1.png","language":"Common Lisp","readme":"An interactive web proxy for debugging and testing HTTP servers.\nAutomatically generates certificates to intercept and decrypt SSL messages.\n\n# Features\n\n- SSL interception\n- Modify and replay messages\n- Interactive HTTP Fuzzing\n- Graphical Lisp REPL\n- Persist proxy sessions in SQLite\n- Easy extension with hooks and commands\n\n# Dependencies\n\n- SBCL + [Ultralisp](https://ultralisp.org)\n- [FiloSottile/mkcert](https://github.com/FiloSottile/mkcert)\n- SQLite\n- Electron, GTK4, or Tcl/Tk\n\n# GTK frontend\n\nThis is the best looking frontend and it has the most features.\n\n```bash\nmake gtk\n```\n\n![GTK](screenshots/gtk-frontend.png)　\n\n# Electron frontend\n\nUsable, but a work in progress.\n\n```bash\nmake clog\n```\n\n![CLOG](screenshots/clog-frontend.png)　\n\n# Tk frontend\n\nNOTE: Currently unmaintained, I like GTK more.  It should still work for basic stuff.\n\n```bash\nmake tk\n```\n\n![Tk](screenshots/tk-frontend.png)　\n\n# Hooks\n\nThe proxy server uses the following hooks which you can attach functions to:\n| Hook               | Args               |\n| ------------------ | ------------------ |\n| :on-request        | request            |\n| :on-response       | request response   |\n| :on-message-pair   | message-pair       |\n| :init              | (none)             |\n| :on-command        | command            |\n| :on-load-project   | (none)             |\n\n# Commands\n\nThe `mx-proxy` namespace exports a macro called `define-command` which you can\nuse to add your own interactive functionality.  Example:\n\n```lisp\n(define-command divide-by-zero (num sure) (\"iNumber\" \"bAre you sure?\")\n  (when sure (with-ui-errors (/ num 0))))\n```\n\n# Configuration\n\nThe configuration directory is one of the following, in descending priority:\n- `~/.config/mx-proxy/`\n- `~/.mx-proxy/`\n- `$MX_PROXY_HOME`\n\nPersistent settings are stored in `config.lisp` as a plist dictionary.\nAfter the program has loaded, it will also load `init.lisp`, you can load\nany external packages you want from here.\n\n# Installation notes\n\nMake sure `mkcert` is in your path and you have run `mkcert -install` and restarted your browser.\n","funding_links":[],"categories":["Applications"],"sub_categories":["Internet"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarlic0x1%2Fmx-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarlic0x1%2Fmx-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarlic0x1%2Fmx-proxy/lists"}