{"id":13841646,"url":"https://github.com/theLSA/burp-info-extractor","last_synced_at":"2025-07-11T12:33:18.582Z","repository":{"id":201292254,"uuid":"300323922","full_name":"theLSA/burp-info-extractor","owner":"theLSA","description":"burpsuite extension for extract information from data","archived":false,"fork":false,"pushed_at":"2024-06-02T05:05:30.000Z","size":93,"stargazers_count":84,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-03T05:44:23.147Z","etag":null,"topics":["burp-plugin","burpsuite","extractor","information"],"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/theLSA.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}},"created_at":"2020-10-01T15:15:06.000Z","updated_at":"2024-06-03T05:44:23.148Z","dependencies_parsed_at":"2024-03-21T01:46:12.322Z","dependency_job_id":null,"html_url":"https://github.com/theLSA/burp-info-extractor","commit_stats":null,"previous_names":["thelsa/burp-info-extractor"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theLSA%2Fburp-info-extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theLSA%2Fburp-info-extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theLSA%2Fburp-info-extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theLSA%2Fburp-info-extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theLSA","download_url":"https://codeload.github.com/theLSA/burp-info-extractor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213939422,"owners_count":15660150,"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":["burp-plugin","burpsuite","extractor","information"],"created_at":"2024-08-04T17:01:17.449Z","updated_at":"2024-08-04T17:05:44.718Z","avatar_url":"https://github.com/theLSA.png","language":"Java","funding_links":[],"categories":["Java (504)","Java"],"sub_categories":[],"readme":"# burp-info-extractor\n## 概述\n\n快速提取数据中有价值的信息。\n\n比如一个API（/user/list）返回大量用户名/密码，就可以使用此burpsuite插件快速提取。\n\n关于该插件的实现细节，参考[burpsuite插件开发总结](https://www.lsablog.com/networksec/penetration/burpsuite-plugin-development/)\n\n## 快速开始\n\n支持右键send rsp to BIE直接发送HTTP响应包到本插件，也可以直接粘贴响应包或数据到插件文本框。\n\n采用两种提取方式：\n\n1）json格式提取：users-username\n\njson格式提取使用了google gson解析json数据，最多支持3层json嵌套，可以对付大多数情况了。\n\n![](https://github.com/theLSA/burp-info-extractor/raw/master/demo/bie03.png)\n\n![](https://github.com/theLSA/burp-info-extractor/raw/master/demo/bie00.png)\n\n2）正则提取：\"username\":\"(.*?)\"\n\n![](https://github.com/theLSA/burp-info-extractor/raw/master/demo/bie02.png)\n\njson格式的数据测试了如下：\n\n一层json嵌套：\n\n[{“username”:”tom”},......]\n\n二层json嵌套：\n\n{“users”:[{“username”:”tom”},......}\n\n三层json嵌套：\n\n{\"code\":0,\"msg\":\"\\u6210\\u529f\",\"data\":{\"current_page\":1,\"users\":[{\"unique_id\":\"9e4147f6e41bb457bcf75227fd646e8e\",\"username\":\"tom\"},......]}}\n\n皆能完美提取username \n\n注意大小写敏感！\n\n## 反馈\n\n[issues](https://github.com/theLSA/burp-info-extractor/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FtheLSA%2Fburp-info-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FtheLSA%2Fburp-info-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FtheLSA%2Fburp-info-extractor/lists"}