metlo icon indicating copy to clipboard operation
metlo copied to clipboard

Burp Extention Listening for Requests

Open Huiicat opened this issue 1 year ago • 6 comments

Hi, I have tried to using Burp Extention, and run a scan on Burp. However the web page does not show any information from burp.

Am I doing something wrong?

My Burp Suite version is Professional 2023.6.2

螢幕擷取畫面 2023-07-06 135006

Huiicat avatar Jul 06 '23 05:07 Huiicat

me too

XTeam-Wing avatar Oct 13 '23 08:10 XTeam-Wing

me too

godzeo avatar Oct 13 '23 09:10 godzeo

me too, so this is a bug or the version of bp is too low?

1u0Hun avatar Nov 08 '23 08:11 1u0Hun

@XTeam-Wing @godzeo @1u0Hun Hi all, I want to share a solution I received from Metlo's Discord community.

The reason Burp is unable to upload data to Metlo is because Burp doesn't know which port to send the data to. To resolve this, you should manually set the ports in Burp as follows:

  1. Navigate to the BurpSuite folder.
  2. Run the command: BACKEND_PORT=8000 COLLECTOR_PORT=8081 java -jar loader.jar to start up BurpSuite.
  3. Then try to scan target again, it should work normally now.

Huiicat avatar Nov 08 '23 10:11 Huiicat

@XTeam-Wing @godzeo @1u0Hun Hi all, I want to share a solution I received from Metlo's Discord community.

The reason Burp is unable to upload data to Metlo is because Burp doesn't know which port to send the data to. To resolve this, you should manually set the ports in Burp as follows:

  1. Navigate to the BurpSuite folder.
  2. Run the command: BACKEND_PORT=8000 COLLECTOR_PORT=8081 java -jar loader.jar to start up BurpSuite.
  3. Then try to scan target again, it should work normally now.

Can you optimize it? It's very inconvenient

godzeo avatar Nov 27 '23 06:11 godzeo

and still can not see the endpoints

godzeo avatar Nov 27 '23 07:11 godzeo