Autorize icon indicating copy to clipboard operation
Autorize copied to clipboard

Send request to repeater

Open hetroublehacker opened this issue 2 years ago • 4 comments

Just a suggestion, if it is possible to configure target details automatically when sending a request from authorize to repeater tab? I'm currently using the latest Burp and it does add target details in the repeater request when sent from authorize.

hetroublehacker avatar May 03 '23 19:05 hetroublehacker

Thanks for reporting this. It is working properly on image but not on image

Seems like we need to add IHttpService to the request on this line: https://github.com/Quitten/Autorize/blob/c9bc4f2f81aa256ad664b67ac75497bbcdb7fb14/gui/table.py#L200C34-L200C34

I dont have time to fix it now, hope to get it soon

Quitten avatar Sep 29 '23 14:09 Quitten

Thanks for reporting this. It is working properly on image but not on image

Seems like we need to add IHttpService to the request on this line: https://github.com/Quitten/Autorize/blob/c9bc4f2f81aa256ad664b67ac75497bbcdb7fb14/gui/table.py#L200C34-L200C34

I dont have time to fix it now, hope to get it soon

Hello Quitten,

FYI, I attempted to replicate this issue a few minutes ago. Upon checking, it appears that the problem does not occur in version v2023.10.1.1. It seems that the iMessage interface has enhanced this feature, possibly by setting the HTTP request itself as the default in Burp Suite.

ksg97031 avatar Oct 02 '23 04:10 ksg97031

@ksg97031 - I was able to reproduce it on v2023.10.1.2

Quitten avatar Oct 02 '23 20:10 Quitten

It seems reproducible for me too, and not working for

image

hetroublehacker avatar Oct 03 '23 06:10 hetroublehacker