-
Notifications
You must be signed in to change notification settings - Fork 21
Comparing changes
Open a pull request
base repository: bytebutcher/burp-send-to
base: v0.95
head repository: bytebutcher/burp-send-to
compare: master
Commits on Dec 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 30bc11a - Browse repository at this point
Copy the full SHA 30bc11aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7332758 - Browse repository at this point
Copy the full SHA 7332758View commit details
Commits on Jan 9, 2020
-
Added default context menu entries: decoder++, droopescan, mooscan, w…
…pscan, bfac, gobuster, nikto, wfuzz, sqlmap, sslscan, sslyze, testssl Added additional placeholders: host, port, protocol, url, path, query, method, cookies, request/response, body Enhanced logging
Configuration menu - View commit details
-
Copy full SHA for c948668 - Browse repository at this point
Copy the full SHA c948668View commit details
Commits on Jan 10, 2020
-
Context menu entries are now enabled/disabled when placeholders can n…
…ot build correctly (e.g. no selected text, no url-query, etc.). Added additional placeholder %E which returns the path to a temporary file containing the HTTP-request/-response-header. The placeholder %C (Cookie) will now also return cookies found in the http response. The tooltip-help is now shown for 10 seconds instead of 5 since it now contain more text (more placeholders). The remove-button now removes all selected entries. Added new default context-menu entries which illustrate the usage of the individual placeholders. Refactored SendToContextMenu.java (480 loc -> 245 loc). All placeholders were extracted into individual classes. This makes it much more easy and safe to add new placeholders. Code should now be more readable, too.
Configuration menu - View commit details
-
Copy full SHA for 252162d - Browse repository at this point
Copy the full SHA 252162dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d4d49 - Browse repository at this point
Copy the full SHA 20d4d49View commit details
Commits on Jan 11, 2020
-
Fixed default context menu entries - show in terminal and output shou…
…ld replace selection do not mix well
Configuration menu - View commit details
-
Copy full SHA for 1b4dd4c - Browse repository at this point
Copy the full SHA 1b4dd4cView commit details -
Redesigned add dialog to allow only either 'run in terminal' or 'outp…
…ut should replace selection' to be selected cause terminals can not return any output.
Configuration menu - View commit details
-
Copy full SHA for b9767c6 - Browse repository at this point
Copy the full SHA b9767c6View commit details
Commits on Jan 12, 2020
-
Context menu entries can now handle multiple selected messages at once.
Added "run in background" option which was removed by accident when redesigning the send-to-add-dialog.
Configuration menu - View commit details
-
Copy full SHA for 7b1d82b - Browse repository at this point
Copy the full SHA 7b1d82bView commit details -
Context menu entries can now be executed when at least one of the sel…
…ected messages is valid. Added text into context menu entry which shows how may of the selected messages are valid (e.g. 2/5).
Configuration menu - View commit details
-
Copy full SHA for 3133fb6 - Browse repository at this point
Copy the full SHA 3133fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for df4d33a - Browse repository at this point
Copy the full SHA df4d33aView commit details -
Added additional code to ensure that only commands which should repla…
…ce selection wait for command output
Configuration menu - View commit details
-
Copy full SHA for f4bfa2a - Browse repository at this point
Copy the full SHA f4bfa2aView commit details
Commits on Jan 26, 2020
-
Added feature which makes it possible to choose within context menu w…
…hether information (e.g. HTTP-Headers, HTTP-Body, HTTP-Message) should be taken from request or response.
Configuration menu - View commit details
-
Copy full SHA for f2f667e - Browse repository at this point
Copy the full SHA f2f667eView commit details
Commits on Jan 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4c7d1c2 - Browse repository at this point
Copy the full SHA 4c7d1c2View commit details -
Refactored code. Extracted executioner from CommandObject and SendToC…
…ontextMenuItemAction.
Configuration menu - View commit details
-
Copy full SHA for eab445b - Browse repository at this point
Copy the full SHA eab445bView commit details
Commits on Feb 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b51c139 - Browse repository at this point
Copy the full SHA b51c139View commit details
Commits on Feb 18, 2020
-
Added feature to customize placeholder behaviour using the "Advanced"…
…-button in the add-/edit-dialog which plays a role when multiple messages are selected. Fixed state of context menu entries which should replace output when multiple messages are selected and when no selection was made by the user. In both cases they are now disabled.
Configuration menu - View commit details
-
Copy full SHA for 431766c - Browse repository at this point
Copy the full SHA 431766cView commit details -
Fixed Advanced Dialog when not existing placeholders are used. They a…
…re ignored now. Refactored placeholders by splitting placeholders into placeholder model and placeholder parser.
Configuration menu - View commit details
-
Copy full SHA for 61fc269 - Browse repository at this point
Copy the full SHA 61fc269View commit details -
Changed default placeholder behaviour from string-separated to comman…
…d-separated since this is what one might expect when selecting multiple messages.
Configuration menu - View commit details
-
Copy full SHA for 182bd66 - Browse repository at this point
Copy the full SHA 182bd66View commit details -
Adjusted README.md by adding additional images and description regard…
…ing placeholder behaviour feature. Adjusted extension version within BappManifest.bmf to 1.3.
Configuration menu - View commit details
-
Copy full SHA for bf72fed - Browse repository at this point
Copy the full SHA bf72fedView commit details
Commits on Feb 21, 2020
-
Added feature to let user chooce the run-in-terminal-behaviour. It is…
… not possible to select whether multiple commands should be run in separate or in single terminal. Added additional configuration options to select whether a warning/choice dialog should be shown or a default choice (e.g. Run in separate terminals/Run in single terminal) should be taken. Corrected default entries (commands can not run in terminal and at the same time replace selected text).
Configuration menu - View commit details
-
Copy full SHA for 1c275c4 - Browse repository at this point
Copy the full SHA 1c275c4View commit details -
Minor refactorings, visual changes in the table layout and default ch…
…oice fix in dialog. Previously the options "Run in Terminal" and "Output should replace selection" were individual columns within the send-to table. The column for the setting "Run in Background" was completely missing. Since these choices are binary (only one setting can be selected at once), they are now represented in one column as human readable text ("Run in Background", "Run in Terminal", "Output should replace Selection"). Fixed focusing the default choice in the SendToRunInTerminalBehaviourChoiceDialog.
Configuration menu - View commit details
-
Copy full SHA for f39da06 - Browse repository at this point
Copy the full SHA f39da06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 645cb8c - Browse repository at this point
Copy the full SHA 645cb8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 026144e - Browse repository at this point
Copy the full SHA 026144eView commit details
Commits on Jan 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5907547 - Browse repository at this point
Copy the full SHA 5907547View commit details -
#2 Added ability to disable the functionality to 'Surround placeholde…
…rs with single quotes automatically (safe mode)' globally
Configuration menu - View commit details
-
Copy full SHA for 7e026eb - Browse repository at this point
Copy the full SHA 7e026ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for c62b622 - Browse repository at this point
Copy the full SHA c62b622View commit details
Commits on Feb 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8e1a9e8 - Browse repository at this point
Copy the full SHA 8e1a9e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c04c688 - Browse repository at this point
Copy the full SHA c04c688View commit details
Commits on Nov 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2ddd164 - Browse repository at this point
Copy the full SHA 2ddd164View commit details -
Configuration menu - View commit details
-
Copy full SHA for db1e378 - Browse repository at this point
Copy the full SHA db1e378View commit details
There are no files selected for viewing