{"id":16620660,"url":"https://github.com/spikehd/remitm","last_synced_at":"2025-10-29T21:31:26.046Z","repository":{"id":177494446,"uuid":"658480538","full_name":"SpikeHD/reMITM","owner":"SpikeHD","description":"Dead-simple program that can selectively redirect/proxy traffic from your computer to other places.","archived":false,"fork":false,"pushed_at":"2024-04-19T22:01:44.000Z","size":2575,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T05:02:47.214Z","etag":null,"topics":["cli","cross-platform","gui","mitm","proxy","redirect","server"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpikeHD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-06-25T21:36:49.000Z","updated_at":"2024-11-14T09:07:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ad4f1f1-997d-4f4d-9d28-4f5383425a18","html_url":"https://github.com/SpikeHD/reMITM","commit_stats":null,"previous_names":["spikehd/remitm"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpikeHD%2FreMITM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpikeHD%2FreMITM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpikeHD%2FreMITM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpikeHD%2FreMITM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpikeHD","download_url":"https://codeload.github.com/SpikeHD/reMITM/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238899959,"owners_count":19549412,"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":["cli","cross-platform","gui","mitm","proxy","redirect","server"],"created_at":"2024-10-12T02:44:52.879Z","updated_at":"2025-10-29T21:31:25.525Z","avatar_url":"https://github.com/SpikeHD.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./src/assets/remitm_logo.png\" width=\"25%\"/\u003e\n  \u003cbr /\u003e\u003cbr /\u003e\n  \u003cdiv align=\"center\"\u003e\n     \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/SpikeHD/reMITM/build.yml\" /\u003e\n     \u003cimg src=\"https://img.shields.io/github/package-json/v/SpikeHD/reMITM\" /\u003e\n     \u003cimg src=\"https://img.shields.io/github/repo-size/SpikeHD/reMITM\" /\u003e\n  \u003c/div\u003e\n  \u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues-raw/SpikeHD/reMITM.svg?maxAge=25000\" /\u003e\n    \u003cimg src=\"https://img.shields.io/github/contributors/SpikeHD/reMITM.svg\" /\u003e\n    \u003cimg src=\"https://img.shields.io/github/commit-activity/m/SpikeHD/reMITM.svg\" /\u003e\n  \u003c/div\u003e\n  \n  \u003cdiv align=\"center\"\u003e\n    Dead-simple MITM redirection program.\n    \u003cbr /\u003e\n    \u003ca href=\"https://discord.gg/agQ9mRdHMZ\"\u003ehttps://discord.gg/agQ9mRdHMZ\u003c/a\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n\n# Table of Contents\n\n- [Introduction](#introduction)\n- [Requirements](#requirements)\n  - [Windows](#windows)\n  - [Linux](#linux)\n  - [MacOS](#macos)\n- [Setup](#setup)\n- [TODO](#todo)\n- [Contributing](#contributing)\n- [Translating](#translating)\n\n# Introduction\n\nreMITM was made for one purpose: to redirect requests to other places. While it allows you to log network traffic, this isn't really intended to be a debugger. Rather, it's use comes from it's ease of configuration for simply redirecting network traffic to other places (such as `localhost`, if you are intending on consuming/monitoring the traffic).\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg height=\"220px\" alt=\"reMITM on Windows\" src=\"https://github.com/SpikeHD/reMITM/assets/25207995/47166174-823c-4bf2-8b5c-1b1b29beff11\" /\u003e\n  \u003cimg height=\"220px\" alt=\"reMITM on MacOS\" src=\"https://github.com/SpikeHD/reMITM/assets/25207995/a4d7b299-abc2-4413-ada7-a9ea9e04da5e\"\u003e\n\u003c/div\u003e\n\n# Requirements\n\n### Windows\n\n- Nothing!\n\n### Linux\n\n- `libnss3-tools`\n- `gsettings` (optional)\n\n### MacOS\n\n- Nothing!\n\n# Setup\n\nDownload a release build [from here](https://github.com/SpikeHD/reMITM/releases). Open the executable, and use!\n\n# TODO\n\n- [ ] Make setting env variables in terminal work (add setting to set whatever `.bashrc`-type file is used?)\n- [ ] Make UI a little fancier\n- [ ] Make Linux and MacOS more stable\n- [x] Import URIs to redirect from a file\n- [ ] Separate window for showing each request and it's data\n- [ ] Button to set via `adb` (eg. `adb shell settings put global http_proxy \u003cADDRESS\u003e`), for things like Anbox.\n\n# Contributing\n\nIssues, pull requests, etc. are all welcome!\n\n# Translating\n\nSame as above, you can find language files in `src-tauri/lang`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspikehd%2Fremitm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspikehd%2Fremitm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspikehd%2Fremitm/lists"}