Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] ^R --> to repeater #92

Closed
drwetter opened this issue Jun 3, 2022 · 11 comments
Closed

[feature request] ^R --> to repeater #92

drwetter opened this issue Jun 3, 2022 · 11 comments

Comments

@drwetter
Copy link

drwetter commented Jun 3, 2022

Thanks for the useful extension!

What I miss is that in the request/response viewer tab I can't use ^R, i.e. continue working on on request in the repeater. I understand e.g. there are all requests there which authorize snooped and resubmitted and one can press ^R from the logger/logger++ window. It's just one step more.

Any reason for that?

If it's more than ~3 lines of code: Never mind.

Thanks, Dirk

@drwetter
Copy link
Author

drwetter commented Jun 3, 2022

also popup actions like "copy URL" (or even "copy as cURL"), send to comparer would be useful. Don't know whether it's the same reason that those standard actions/popups aren't available?

@terminalJunki3
Copy link
Contributor

Thanks for the useful extension!

What I miss is that in the request/response viewer tab I can't use ^R, i.e. continue working on on request in the repeater. I understand e.g. there are all requests there which authorize snooped and resubmitted and one can press ^R from the logger/logger++ window. It's just one step more.

Any reason for that?

If it's more than ~3 lines of code: Never mind.

Thanks, Dirk

Quick question: is the ask that you would want to be able to press ^R to send to repeater? I can look at the documentation this week and see what it entails.

@drwetter
Copy link
Author

drwetter commented Jun 7, 2022

Quick question: is the ask that you would want to be able to press ^R to send to repeater? I can look at the documentation this week and see what it entails.

For my workflow that would help a lot, maybe including like "copy to URL".

Other's mileage may vary. ;-)

@terminalJunki3
Copy link
Contributor

Quick question: is the ask that you would want to be able to press ^R to send to repeater? I can look at the documentation this week and see what it entails.

For my workflow that would help a lot, maybe including like "copy to URL".

Other's mileage may vary. ;-)

haha - Understood. Ill look for a solution 👍

@terminalJunki3
Copy link
Contributor

@drwetter Sorry for the delay here. It doesn't look like burp api supports sending messages from extender to native burp yet. This rules out both shortcut keys and drop down menu options. I'll keep my eyes open for their future releases.

@drwetter
Copy link
Author

drwetter commented Jun 23, 2022 via email

terminalJunki3 added a commit to terminalJunki3/Autorize that referenced this issue Jan 7, 2023
@terminalJunki3
Copy link
Contributor

@drwetter Happy new year. I decided to implement this from scratch so that when control+r or command + r is pressed, it will send the currently selected row to repeater. Please see the pull request Send to repeater #104 @Quitten please let me know if you see any issues. Ty

@terminalJunki3
Copy link
Contributor

@drwetter also added support to copy URL via shortcut keys

@Quitten
Copy link
Owner

Quitten commented Jan 8, 2023

@terminalJunki3 - Thank you very much! I reviewed your code and added few comments, will merge and close this issue after you push your changes :)

@Quitten
Copy link
Owner

Quitten commented Jan 9, 2023

Fixed on b901592
Closed, thanks for @terminalJunki3

@Quitten Quitten closed this as completed Jan 9, 2023
@drwetter
Copy link
Author

Thanks for your work, guys!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants