Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bytebutcher/burp-quicker-context
Quickly select tabs or execute application- and context-menu-entries using a search dialog.
https://github.com/bytebutcher/burp-quicker-context
Last synced: about 1 month ago
JSON representation
Quickly select tabs or execute application- and context-menu-entries using a search dialog.
- Host: GitHub
- URL: https://github.com/bytebutcher/burp-quicker-context
- Owner: bytebutcher
- License: mit
- Created: 2019-12-24T00:09:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T19:47:03.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T00:23:18.787Z (4 months ago)
- Language: Java
- Homepage:
- Size: 150 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-burp-extensions - Burp-Quicker-Context-Extension - This extension adds the "Quicker Context" dialog which is a lightweight dialog to select tabs or execute application- and context-menu-entries more easily by typing parts of the name or choosing one stored in history. (Misc / SSRF)
README
# Burp-Quicker-Context-Extension
This extension adds the "Quicker Context" dialog which is a lightweight dialog to select tabs or execute application- and context-menu-entries more easily by typing parts of the name or choosing one stored in history. The dialog can either be opened using the "Quicker..." context-menu-entry or by pressing a customizable keyboard shortcut (default = shift + space).
![Quicker Context Dialog](images/quicker-context-dialog.png)
## Usage
The Quicker Context Dialog can be completely controlled using the keyboard:
* **ARROW-UP/ARROW-DOWN:** Select context menu entry in list
* **ENTER:** Run selected contex menu entry
* **CTRL+TAB:** Next context menu entry in history
* **CTRL+SHIFT+TAB:** Previous context menu entry in history
* **ESCAPE:** Close the dialog## Limitations
Currently context-menu-entries can only be selected when the "Quicker Context" dialog is opened via the "Quicker..." context-menu-entry.
## Build
This project was built using IntelliJ and Gradle. When you make changes to the source (and especially the GUI) you should apply following settings within Intellij to make sure that everything builds successfully:
* File -> Settings -> Editor -> GUI Designer -> Generate GUI into: Java source
* File -> Settings -> Build, Execution, Deployment -> Compiler -> Build project automatically
* File -> Settings -> Build, Execution, Deployment -> Build Tools -> Gradle -> B
uild and run using: IntelliJ IDEAWhen the GUI is not updated correctly you may rebuild the project manually:
* Build -> Rebuild ProjectAfter that you can execute the "fatJar"-task within the "build.gradle"-file. This will produce a jar in the "build/libs/" directory called "burp-send-to-extension-{version}.jar".