├── .gitignore ├── LICENSE ├── README.md ├── extension.py └── screenshot.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/execveat/burp-brief-editor-tab/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/execveat/burp-brief-editor-tab/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/execveat/burp-brief-editor-tab/HEAD/README.md -------------------------------------------------------------------------------- /extension.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/execveat/burp-brief-editor-tab/HEAD/extension.py -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/execveat/burp-brief-editor-tab/HEAD/screenshot.png --------------------------------------------------------------------------------