{"id":23624871,"url":"https://github.com/hcl-tech-software/appscan-standard-burp-importer","last_synced_at":"2026-03-10T14:04:19.294Z","repository":{"id":185554655,"uuid":"659189624","full_name":"HCL-TECH-SOFTWARE/appscan-standard-burp-importer","owner":"HCL-TECH-SOFTWARE","description":"An extension which allows the user to import a Burp file containing a list of requests into AppScan","archived":false,"fork":false,"pushed_at":"2024-09-12T11:51:13.000Z","size":156,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-02T07:29:48.013Z","etag":null,"topics":["appscan","appscan-standard"],"latest_commit_sha":null,"homepage":"https://github.com/HCL-TECH-SOFTWARE/appscan-standard-burp-importer","language":"C#","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/HCL-TECH-SOFTWARE.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":"2023-06-27T10:06:50.000Z","updated_at":"2025-08-29T16:34:01.000Z","dependencies_parsed_at":"2024-02-01T07:29:20.679Z","dependency_job_id":"7f8e3f9b-54ef-4f0f-99a5-370a22a860fe","html_url":"https://github.com/HCL-TECH-SOFTWARE/appscan-standard-burp-importer","commit_stats":null,"previous_names":["hcl-tech-software/appscan-standard-burp-importer"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/HCL-TECH-SOFTWARE/appscan-standard-burp-importer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HCL-TECH-SOFTWARE%2Fappscan-standard-burp-importer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HCL-TECH-SOFTWARE%2Fappscan-standard-burp-importer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HCL-TECH-SOFTWARE%2Fappscan-standard-burp-importer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HCL-TECH-SOFTWARE%2Fappscan-standard-burp-importer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HCL-TECH-SOFTWARE","download_url":"https://codeload.github.com/HCL-TECH-SOFTWARE/appscan-standard-burp-importer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HCL-TECH-SOFTWARE%2Fappscan-standard-burp-importer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30336094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T12:41:07.687Z","status":"ssl_error","status_checked_at":"2026-03-10T12:41:06.728Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["appscan","appscan-standard"],"created_at":"2024-12-27T21:16:53.586Z","updated_at":"2026-03-10T14:04:19.274Z","avatar_url":"https://github.com/HCL-TECH-SOFTWARE.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AppScan Standard - Burp Traffic Importer extension\r\n\r\nThis library is an extension for HCL AppScan Standard.\r\n\r\nIt allows the user to import an XML-formatted Burp traffic file containing a list of requests into AppScan. AppScan will explore these requests as if they were explored manually.\r\n\r\n## Installation\r\n\r\nTo install, the extension must be imported into AppScan Standard using the AppScan extension manager:  \r\n    1. In AppScan Standard, go to **Tools \u003e Extensions \u003e Extension Manager**  \r\n    2. Import the extension *BurpTrafficImporter.zip* using **Add Extensions From \u003e This Computer**  \r\n    3. Restart AppScan Standard for the change to take effect.  \r\n    4. Open **Extension Manager**.  \r\n    5. Click **Trust** to trust the extension.  \r\n\r\n## Usage\r\n\r\nOnce installed in AppScan, the following steps outline the proper usage:  \r\n    1. Navigate to **Tools \u003e Extensions \u003e Import Burp Traffic**  \r\n    2. Click **Browse** and select an XML-formatted Burp traffic file.  This is exported from Burp under the **Proxy \u003e HTTP History** tab using the **Save Item(s)** right-click context menu.  \r\n    3. *(Optional)* Un-check **Use first request as Starting Point URL** if you don't want the extension to set the **Configuration \u003e Starting URL** during Import.  \r\n    *Note: If a **Starting URL** is not assigned, AppScan Standard will assign one during Manual Explore import.*  \r\n    4. *(Optional)* The **Select domains to add to Additional Domains** list will be populated with any additional domains found in the Burp file. Check any you want AppScan to test and the extension will add them to the **Configuration \u003e Starting URLs \u0026 domains \u003e Domains being tested** list.  \r\n    5. Click **Import**  \r\n\r\nthe extension will then read the Burp traffic file, convert it to a temporary EXD (EXplore Data) file and subsequently import it. AppScan will then explore these requests automatically. You can then decide whether to continue with a Test stage or more manual exploring.\r\n\r\n## Building\r\n\r\n### Prerequisites:\r\n\r\n- You must be able to compile a C# Project.\r\n- You must have 7-zip installed (http://www.7-zip.org/).\r\n- You must have AppScan Standard version 10.0.0 or later.\r\n\r\n\r\n#### Skip this step if AppScan Standard is installed in the default folder: *C:\\Program Files (x86)\\HCL\\AppScan Standard*  \r\nAttach DLLs from AppScan install folder:  \r\n\t1. Open *BurpTrafficImporter.sln* with Microsoft Visual Studio or other IDE of your choice.  \r\n\t2. Locate and right-click on the *BurpTrafficImporter* project.  \r\n\t3. Click **Add \u003e Reference**  \r\n\t4. In the Browse section, select **Browse** and add the following DLLs from the AppScan folder:  \r\n\t\r\n\t\t- AppScanSDK.dll  \r\n\t\t- HttpProxy.dll  \r\n\t\t- CommonEngineProvider.dll  \r\n\t\t- UserControls.dll  \r\n\t\t- ScanTypes.dll  \r\n\t\t- InfraTypes.dll  \r\n\t\r\nThe file *BurpTrafficImporterExt.zip* is automatically generated during build in the sub folder: *\\appscan-standard-BurpTrafficImporter\\output\\net472*\r\n\r\n### Troubleshooting\r\nIf you get error *MSB3821*:  \r\n\t1. Right-click on the ZIP file or cloned file *BurpImportForm.resx*.  \r\n\t2. In the **General** tab, select **Unblock** and click **OK**.  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhcl-tech-software%2Fappscan-standard-burp-importer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhcl-tech-software%2Fappscan-standard-burp-importer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhcl-tech-software%2Fappscan-standard-burp-importer/lists"}