yeswehack / PwnFox

PwnFox is a Firefox/Burp extension that provide usefull tools for your security audit.
983 stars 89 forks source link

Use a IProxyListener instead of a IHttpListener, fixes #5 #8

Closed fersingb closed 2 years ago

fersingb commented 3 years ago

Hello,

Is there any good reason to use a IHttpListener instead of a IProxyListener? Don't we want to only modify messages coming from the browser anyway?

This is an attempt to fix #5 by implementing a IProxyListener instead of a IHttpListener.

An alternative would be to still use IHttpListener but use the toolFlag value to decide if we want to process the message or not. The "advantage" of using the IProxyListener is that it allows the users to see both the original and the edited request in the proxy tab.

irsdl commented 2 years ago

Can this be merged please and the plugin be added to BApp Store?

B-i-t-K commented 2 years ago

Thanks for PR!

I'll try to get the add-on into the Bapp Store.

irsdl commented 2 years ago

Thanks. I have now implemented the extension part in Sharpener extension v1.5 which will be released soon: image

So you should be fine even if it cannot be added to BApp Store :)

B-i-t-K commented 2 years ago

So cool! thanks!