{"id":15010734,"url":"https://github.com/adeadfed/pwnfox-for-chromium","last_synced_at":"2025-04-09T18:34:46.204Z","repository":{"id":257024972,"uuid":"853882208","full_name":"adeadfed/PwnFox-For-Chromium","owner":"adeadfed","description":"A BurpSuite extension that allows you to use Chromium with PwnFox","archived":false,"fork":false,"pushed_at":"2025-03-02T09:10:57.000Z","size":10902,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T20:37:15.521Z","etag":null,"topics":["bugbounty","burpsuite","chromium","hacking","webhacking"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adeadfed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-09-07T19:49:34.000Z","updated_at":"2025-03-21T06:55:11.000Z","dependencies_parsed_at":"2024-09-14T11:59:01.913Z","dependency_job_id":"71376e4a-7304-434d-815e-c1705a3a598a","html_url":"https://github.com/adeadfed/PwnFox-For-Chromium","commit_stats":null,"previous_names":["adeadfed/pwnfox-for-chromium"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adeadfed%2FPwnFox-For-Chromium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adeadfed%2FPwnFox-For-Chromium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adeadfed%2FPwnFox-For-Chromium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adeadfed%2FPwnFox-For-Chromium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adeadfed","download_url":"https://codeload.github.com/adeadfed/PwnFox-For-Chromium/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248088300,"owners_count":21045683,"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":["bugbounty","burpsuite","chromium","hacking","webhacking"],"created_at":"2024-09-24T19:35:34.072Z","updated_at":"2025-04-09T18:34:46.196Z","avatar_url":"https://github.com/adeadfed.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PwnFox For Chromium\nPwnFox For Chromium is a combination of a BurpSuite and browser addons that ports the functionality of the popular [PwnFox](https://github.com/yeswehack/PwnFox) BurpSuite extension directly to your Chromium.\nPwnFox For Chromium allows you to:\n- Set up Chromium to fully work with BurpSuite's proxy in a couple of clicks\n- Launch Chromium directly from BurpSuite \n- Manage 8 separate Chromium user profiles for the ease of multi-account testing\n- Clearly distinguish between user profiles through unique Chromium themes and color-coded HTTP traffic in the Proxy tab\n- Extension settings persist between different sessions and only have to be configured once\n- Works on Unix, MacOS and Windows\n\n![](readme/demo.gif)\n\n## Setup\n1. Download the up-to-date `PwnFox-For-Chromium.jar` from the [Releases](https://github.com/adeadfed/PwnFox-For-Chromium/releases) tab\n2. Import the PwnFox For Chromium JAR into the BurpSuite\n3. Navigate to the new extension tab and configure the settings below\n   - Set the Chromium path to a valid executable. BurpSuite is shipped with an embedded Chromium in the `burpbrowser` folder; you can lookup the location of your Burp Browser below ([## Burp Browser location](#burp-browser-location))\n   - *Optionally* set your desired profile data directory to keep your work on different projects separated \n4. Launch the configured Chromium right from the BurpSuite and enjoy!\n\n## Burp Browser location\nYou can use Burp's built-in browser to deploy PwnFox for Chromium. Here are the common locations of Burp's Chrome executable:\n### Windows\n```\n~\\AppData\\Local\\Programs\\BurpSuiteCommunity\\burpbrowser\\{VERSION}\\chrome.exe\n~\\AppData\\Local\\Programs\\BurpSuitePro\\burpbrowser\\{VERSION}\\chrome.exe\n```\n### Linux\n```\n# kali installation\n~/.BurpSuite/burpbrowser/{VERSION}/chrome\n# official PortSwigger installers\n~/BurpSuitePro/burpbrowser/{VERSION}/chrome\n~/BurpSuiteCommunity/burpbrowser/{VERSION}/chrome\n```\n### MacOS\n```\n/Applications/Burp Suite Community Edition.app/Contents/Resources/app/burpbrowser/{VERSION}/Chromium.app/Contents/MacOS/Chromium\n/Applications/Burp Suite Community Professional.app/Contents/Resources/app/burpbrowser/{VERSION}/Chromium.app/Contents/MacOS/Chromium\n```\n\n## Compiling the extension on your own with Maven\n```\ngit clone https://github.com/adeadfed/PwnFox-For-Chromium\ncd PwnFox-For-Chromium/burp\nmvn clean compile assembly:single\nls -l target/PwnFox-For-Chromium*.jar\n```\n\n## Proxy configuration\nYou can edit Chromium proxy configuration and enable/disable it using the built-in Proxy Settings Editor Chromium extension\n![](readme/browser-settings.png)\n\n## Why this instead of [autochrome](https://github.com/nccgroup/autochrome)?\n- You don't need to download a separate Chromium browser for this extension. You can reuse the already existing Chrome/Chromium installation on your PC, or, even better, use the Chromium bundled with BurpSuite!\n- All dependencies are shipped in a single JAR file\n- The traffic will be color-coded in the Proxy tab exactly like in the [PwnFox](https://github.com/yeswehack/PwnFox) BurpSuite plugin\n- All extension settings can be managed in BurpSuite directly\n- Additional options for proxy configuration in the bundled Chromium extensions\n- You can keep unique Chromium data for each engagement by separating the Chromium profile data directories\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadeadfed%2Fpwnfox-for-chromium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadeadfed%2Fpwnfox-for-chromium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadeadfed%2Fpwnfox-for-chromium/lists"}