{"id":21739391,"url":"https://github.com/ihefty/burpsuite-loader","last_synced_at":"2025-09-11T05:15:46.999Z","repository":{"id":261953214,"uuid":"885816135","full_name":"IHEfty/BurpSuite-Loader","owner":"IHEfty","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-09T15:21:21.000Z","size":338,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T00:44:32.664Z","etag":null,"topics":["burp","burpsuite"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/IHEfty.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-11-09T13:25:40.000Z","updated_at":"2024-12-12T12:34:44.000Z","dependencies_parsed_at":"2025-01-25T21:33:57.250Z","dependency_job_id":null,"html_url":"https://github.com/IHEfty/BurpSuite-Loader","commit_stats":null,"previous_names":["ihefty/burpsuite-loader"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IHEfty/BurpSuite-Loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHEfty%2FBurpSuite-Loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHEfty%2FBurpSuite-Loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHEfty%2FBurpSuite-Loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHEfty%2FBurpSuite-Loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IHEfty","download_url":"https://codeload.github.com/IHEfty/BurpSuite-Loader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHEfty%2FBurpSuite-Loader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274580443,"owners_count":25311174,"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-09-11T02:00:13.660Z","response_time":74,"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":["burp","burpsuite"],"created_at":"2024-11-26T06:08:43.673Z","updated_at":"2025-09-11T05:15:46.969Z","avatar_url":"https://github.com/IHEfty.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BurpSuite Loader\n\nThis project provides an easy setup for launching BurpSuite Pro using `burploader.jar`. Follow the instructions below to get started and troubleshoot any issues.\n\n\u003e **Note:** This project is not my main focus. I am sharing it because I enjoy helping others, and it’s my passion to make things easier for people. \n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"./images/00.png\" alt=\"Image 00\" width=\"250\"\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"./images/01.png\" alt=\"Image 01\" width=\"250\"\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"./images/02.png\" alt=\"Image 02\" width=\"250\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"./images/03.png\" alt=\"Image 03\" width=\"250\"\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"./images/04.png\" alt=\"Image 04\" width=\"250\"\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"./images/05.png\" alt=\"Image 05\" width=\"250\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Download\n\nYou can download BurpSuite files from the following link:\n[Download BurpSuite](https://ihefty.github.io/BurpSuite-Loader/)\n\n## Requirements\n\n- Java Development Kit (JDK) version 18.0.2.1\n- BurpSuite Pro version 2023.2.4\n\n## Installation\n\n1. Download and extract the BurpSuite files from the link above.\n2. Ensure the JDK is installed and the Java path is set to:\n   ```\n   C:\\Program Files\\Java\\jdk-18.0.2.1\\bin\\java.exe\n   ```\n\n## Running BurpSuite with Loader\n\n1. **Using Command Line**  \n   To start BurpSuite with `burploader.jar`, open a terminal or command prompt and run:\n   ```bash\n   java -jar burploader.jar\n   ```\n\n2. **Using `burp.bat` Script**  \n   Alternatively, you can use the provided `burp.bat` file for launching BurpSuite:\n   ```batch\n   \"C:\\Program Files\\Java\\jdk-18.0.2.1\\bin\\java.exe\" \"--add-opens=java.desktop/javax.swing=ALL-UNNAMED\" \"--add-opens=java.base/java.lang=ALL-UNNAMED\" \"--add-opens=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED\" \"--add-opens=java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED\" \"--add-opens=java.base/jdk.internal.org.objectweb.asm.Opcodes=ALL-UNNAMED\" \"-javaagent:burploader.jar\" \"-noverify\" \"-jar\" \"C:\\Users\\user\\Desktop\\burp\\burpsuite_pro_v2023.2.4.jar\"\n   ```\n\n   Modify the last part of the path in `burp.bat` if your BurpSuite file is in a different location.\n\n## Troubleshooting\n\nIf you encounter issues when launching BurpSuite, follow these steps:\n\n1. **Clear BurpSuite Cache**  \n   Open Command Prompt and enter the following commands to clear BurpSuite's cached files:\n   ```cmd\n   rd /s /q \"%userprofile%\\AppData\\Roaming\\BurpSuite\\\"\n   ```\n\n2. **Delete Java Preferences**  \n   Remove any existing Java preferences for BurpSuite by running:\n   ```cmd\n   reg delete \"HKEY_CURRENT_USER\\SOFTWARE\\JavaSoft\\Prefs\\burp\" /f\n   ```\n\n   After clearing the cache and preferences, try running BurpSuite again.\n\n## File Paths\n\n- **JDK Path:** Ensure that your JDK is installed at `C:\\Program Files\\Java\\jdk-18.0.2.1\\bin\\java.exe`.\n- **BurpSuite Path:** Ensure `burpsuite_pro_v2023.2.4.jar` is correctly located at `C:\\Users\\user\\Desktop\\burp\\`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihefty%2Fburpsuite-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fihefty%2Fburpsuite-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihefty%2Fburpsuite-loader/lists"}