{"id":26221931,"url":"https://github.com/explodingbottle/jmagicproxy","last_synced_at":"2026-04-19T16:35:43.280Z","repository":{"id":80837048,"uuid":"600770826","full_name":"ExplodingBottle/JMagicProxy","owner":"ExplodingBottle","description":"This is a HTTP/HTTPS proxy that allows request manipulating in order to fix systems.","archived":false,"fork":false,"pushed_at":"2023-08-29T12:50:57.000Z","size":7689,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T16:42:02.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/ExplodingBottle.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,"publiccode":null,"codemeta":null}},"created_at":"2023-02-12T14:54:04.000Z","updated_at":"2023-07-18T04:35:20.000Z","dependencies_parsed_at":"2025-03-12T16:36:29.550Z","dependency_job_id":"93d9c6b8-f2bd-4abd-bf07-fbf80d448e8b","html_url":"https://github.com/ExplodingBottle/JMagicProxy","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/ExplodingBottle/JMagicProxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExplodingBottle%2FJMagicProxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExplodingBottle%2FJMagicProxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExplodingBottle%2FJMagicProxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExplodingBottle%2FJMagicProxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExplodingBottle","download_url":"https://codeload.github.com/ExplodingBottle/JMagicProxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExplodingBottle%2FJMagicProxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28057079,"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","status":"online","status_checked_at":"2025-12-26T02:00:06.189Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-03-12T16:36:31.656Z","updated_at":"2025-12-26T17:00:02.313Z","avatar_url":"https://github.com/ExplodingBottle.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"JMagicProxy\n===========\n\nThis proxy consists in a system which allows HTTP and HTTPS requests to be modified.\\\nThis project requires ExplodingAULib for recompiling.\n\n1) **Command line arguments**\n\n\n   | Options                    | Description                                                                       |\n   | ---------------------------- | --------------------------------------------------------------------------------- |\n   | *-help*                    | Displays the help.                                                                |\n   | *-override-config*:\\\u003ccfg\\\u003e | Overrides the path to the configuration file which is jmagicproxy.cfg by default. |\n\n2) **Configuration file**\n   | Options                    | Description                                                                       |\n   | ---------------------------- | --------------------------------------------------------------------------------- |\n   | *proxy.ssl.keystoretype*\t\t\t\t\t| Represents the type of the keystore ( pkcs12 by default ) |\n   | *proxy.plugins*\t\t\t\t\t\t\t| Represents the list of plugins to modify requests. Multiple plugins can be used with a semicolon. Example: io.github.explodingbottle.jmagicproxy.implementation.WUProxy;io.github.explodingbottle.jmagicproxy.implementation.BasicProxy. The plugin which is at the left will be the most priority, and the one at the right will be the less priority one. |\n   | *proxy.ssl.keystorepass*\t\t\t\t\t| Represents the password to access the keystore. |\n   | *proxy.ssl.warn.algorithms*\t\t\t\t| Choose whether or not you must be warned if the java.security file disables some algorithms. |\n   | *proxy.ssl.keystorepath*\t\t\t\t\t| Where to find the keystore file. |\n   | *proxy.server.port*\t\t\t\t\t\t| Represents the proxy port for both HTTP and HTTPS. |\n   | *proxy.logging.logfile*\t\t\t\t\t| Represents the naming of log files. **\u0026\\$LNUM\\$** is a placeholder that can be used and denotes the current milliseconds. |\n   | *proxy.plugin.wuproxy.redirectjs*\t\t\t| A setting specific for WUProxy: Where can we find a replaced version of redirect.js |\n   | *proxy.ssl.scan.startingport*\t\t\t\t| Represents what is the first port to scan to find where a SSL Server Socket can be created on the local machine. |\n   | *proxy.logging.logsfolder*\t\t\t\t| Represents the folder in which you will find log files. |\n   | *proxy.ssl.enabled*\t\t\t\t\t\t| Choose whether or not if SSL will be supported. |\n   | *proxy.ssl.sortmode*\t\t\t\t| Represents the sorting mode used to determine if a direct SSL connection must be established or instead if the Proxy must handle it. **NONE** means that every SSL requests will be handled by the proxy. **INCLUDE** means that only listed requests will be handled by the proxy and **EXCLUDE** means that only listed requests will be sent through a tunel directly. |\n   | *proxy.ssl.sortlist*\t\t\t\t\t\t| A list of requests splited with semi-colons that will be used with the sort mode. \\* can be used to mean everything. An example could be \\*.google.com;\\*.microsoft.com |\n   | *proxy.plugin.wuproxy.redirwuclient*\t\t\t| A setting specific for WUProxy: Defines if we must simulate an older version of the Windows Update client in order to allow Windows XP to update |\n   | *proxy.ssl.enable.sslv3*\t\t\t| Chooses to enable support of SSLv3 or not (only applicable if SSL is already enabled). |\n3) **Known issues**\n\n   - A lot of exceptions can be thrown in the console.\n4) **WUProxy Configuration**\n   **IMPORTANT: Some files may be missing if you download the standard release.**\n\n*For detailed instructions about using WUProxy with Windows 2000 and Windows XP, please check out the wiki.*\n\nTo allow Windows Update to be used, you must change the property proxy.plugins to\nio.github.explodingbottle.jmagicproxy.implementation.WUProxy;io.github.explodingbottle.jmagicproxy.implementation.BasicProxy\nin order to allow the WUProxy plugin impact requests.\nNext, you must set proxy.plugin.wuproxy.redirectjs to where you can find a replaced redirect.js ( very important as it allows you to access the Windows Update website )\nBe sure to generate a certificate using the tools available in the certs folder and to install it as computer account.\n\n**Operating System Status**:\n\nWindows 2000, Windows XP, Windows Server 2003, Windows POSReady 2009 and all the Windows NT 5 operating systems are supported. Please check out the wiki for configuration instructions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexplodingbottle%2Fjmagicproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexplodingbottle%2Fjmagicproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexplodingbottle%2Fjmagicproxy/lists"}