{"id":13581562,"url":"https://github.com/Adrosar/rtmor","last_synced_at":"2025-04-06T10:32:37.950Z","repository":{"id":57355777,"uuid":"341030193","full_name":"Adrosar/rtmor","owner":"Adrosar","description":"Real-time Modification of Requests. Alternative to Requestly.","archived":false,"fork":false,"pushed_at":"2023-02-16T00:09:10.000Z","size":2960,"stargazers_count":21,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T22:04:50.651Z","etag":null,"topics":["http-redirect","https-redirect","man-in-the-middle","mitm","mitm-server","mitmproxy","modify-response","proxy","proxy-http","proxy-https","proxy-server","redirect","redirect-urls","requestly","rtmor"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Adrosar.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}},"created_at":"2021-02-21T23:49:23.000Z","updated_at":"2025-01-18T22:31:54.000Z","dependencies_parsed_at":"2023-02-18T21:01:05.127Z","dependency_job_id":null,"html_url":"https://github.com/Adrosar/rtmor","commit_stats":{"total_commits":38,"total_committers":2,"mean_commits":19.0,"dds":"0.39473684210526316","last_synced_commit":"394b5fb106c6bc977aa0b75a6c1191a577262951"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adrosar%2Frtmor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adrosar%2Frtmor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adrosar%2Frtmor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adrosar%2Frtmor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Adrosar","download_url":"https://codeload.github.com/Adrosar/rtmor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247470366,"owners_count":20944146,"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":["http-redirect","https-redirect","man-in-the-middle","mitm","mitm-server","mitmproxy","modify-response","proxy","proxy-http","proxy-https","proxy-server","redirect","redirect-urls","requestly","rtmor"],"created_at":"2024-08-01T15:02:05.713Z","updated_at":"2025-04-06T10:32:35.264Z","avatar_url":"https://github.com/Adrosar.png","language":"Go","readme":"# RtMoR\n\n_Real-time Modification of Requests_\n- [github.com/Adrosar/rtmor](https://github.com/Adrosar/rtmor)\n\n**RtMoR** is alternative to **Requestly**\n\n- [requestly.io](https://requestly.io) _(new website)_\n- [www.requestly.in](https://www.requestly.in) _(old website)_\n\n\n\n## Why do I need RtMoR?\n\nIf you are working on an application in **React**, **Angular**, **VueJS**, you will definitely appreciate **RtMoR**. See the problem below that **RtMoR** is solving.\n\n### Issue (story):\n\nYou need to debug your JavaScript application in production. Unfortunately, you cannot make a copy of such an environment and nor can you access JS scripts on the server.\n\nThanks to **RtMoR**, you can redirect the selected resource request to the local server.\n\n![rtmor-scheme-307](docs/images/rtmor-scheme-307.png)\n\nSo you can **safely work** in the **production** environment.\n\n\n\n## Examples (Linux, bash)\n\nRemember to build a project!\n```bash\n./scripts/dist.sh\n```\n_( ↑ Script `dist.sh` uses the **GO** compiler - recommended version: **1.17**/**1.18** )_\n\n\nShow help:\n\n```bash\n./build/linux-amd64/rtmor -help\n```\n\nRun proxy server that is listening on all network interfaces:\n```bash\n./build/linux-amd64/rtmor -start -listen 0.0.0.0:8888 -log BMW\n```\n\nRun with a configuration containing sample rules:\n```bash\n./build/linux-amd64/rtmor -start -listen 0.0.0.0:8888 -cfg ./configs/sample.yaml -log BMW\n```\n\n### Configuration file\n\nThe configuration file contains examples of using **RtMoR** → `./configs/sample.yaml`\n\n\n\n## Examples (Windows, cmd)\n\nRemember to build a project!\n```\nscripts\\dist.cmd\n```\n_( ↑ Script `dist.cmd` uses the **GO** compiler - recommended version: **1.17**/**1.18** )_\n\nRun with a configuration containing sample rules:\n```\nbuild\\windows-amd64\\rtmor.exe -start -listen 0.0.0.0:8888 -cfg configs\\sample.yaml -log BMW\n```\n\n\n\n## HTTPS and Certificate\n\nFor HTTPS redirection to work, install the certificate on the device.\n\n### CA Root\n- `./assets/ca-root/ca.crt`\n- `./assets/ca-root/ca.pem`\n\nThe certificate comes from [elazarl/goproxy](https://github.com/elazarl/goproxy/blob/master/ca.pem)\n\n\u003e How do install a **root certificate** in Linux _(Ubuntu, Linux Mint)_\n\u003e https://askubuntu.com/questions/73287/how-do-i-install-a-root-certificate\n\u003e ( [screenshot](docs/images/ubuntu-install-ca.png) )\n\n\n\n## Runnable binaries\n\nDownload **binaries** ready to run.\n\n- [Mirror ONE](https://github.com/Adrosar/rtmor/releases)\n- [Mirror TWO](https://drive.google.com/drive/folders/1K4XvLZYB10pQ1iTYsRh0FlLP_PzwhNp4?usp=sharing)\n\nExtra download [RtMoR 0.7.4 + Firefox Portable](https://drive.google.com/file/d/1TOh9BoATK0rA81w9bt_uwCi8XhiM-a5y/view?usp=sharing)\nPassword: `2RstVAKVAub5`\n\n\n\n## License\nI put the software temporarily under the Go-compatible **BSD** license. If this prevents someone from using the software, do let me know and I'll consider changing it.\n\nThe software uses repositories:\n\n- [github.com/elazarl/goproxy](https://github.com/elazarl/goproxy) _(Go-compatible BSD license)_\n- [github.com/go-yaml/yaml](https://github.com/go-yaml/yaml) _(Apache License 2.0)_\n- [github.com/fatih/color](https://github.com/fatih/color) _(MIT License)_\n\n\n\n## Early stage\n\nThe software was created for personal use and is in the **early stages** of development, so **CLI** is subject to change.\n\n\n\n## Author\n\nAdrian Gargula | [github.com/Adrosar](https://github.com/Adrosar) | [bitbucket.org/Adrosar](https://bitbucket.org/Adrosar)","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdrosar%2Frtmor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAdrosar%2Frtmor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdrosar%2Frtmor/lists"}