bytebutcher / burp-send-to

Adds a customizable "Send to..."-context-menu to your BurpSuite.
149 stars 19 forks source link

Feature-request: WSL support #5

Closed vaib25vicky closed 3 years ago

vaib25vicky commented 3 years ago

Is it possible to send requests to tools inside WSL? I'm trying to do so but still haven't figure it out yet.

The command when run in windows will successfully connects to tools inside WSL

cmd /c start cmd /k wsl /home/vicky/work/bin/ffuf -v

But burp-send-to is not able to send requests to the WSL.

It would be cool if burp-send-to can do that because lot of people prefer to keep their tools/dev env in WSL

bytebutcher commented 3 years ago

Hi @vaib25vicky, thanks for reporting this issue. I'll look into it and keep you posted!

vay3t commented 3 years ago

I also want to add in this issue (if I need to open another one, you can tell me) is the existence of the "copy" button, sometimes one only needs to have the command without having to execute it.

By the way, your tool is very good, I think it would be useful if you add the command for ffuf, dirsearch, Arjun, as native in the plugin.

bytebutcher commented 3 years ago

Hi @vay3t, thanks for the update! Yes, adding ffuf, dirsearch, arjun sounds like a good idea! I'll also look into providing a "copy" button. Regarding "Import" and "Export" - this is already possible (see documentation). If you have any problems please let me know.

@vaib25vicky: sorry for the late response. i need to setup a native windows environment for testing this. I will look into this matter on the weekend and let you know about WSL support.

bytebutcher commented 3 years ago

@vaib25vicky: i can confirm the problem. I've tried a few things and you may solve it using a wrapper script.

See the following link in section WSL for more information: https://github.com/bytebutcher/burp-send-to/wiki/Examples

@vay3t: I'll create a new ticket for the "copy/duplicate" feature and close this ticket for now.