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

Burp Extention Listening for Requests #546

Open
Huiicat opened this issue Jul 6, 2023 · 6 comments
Open

Burp Extention Listening for Requests #546

Huiicat opened this issue Jul 6, 2023 · 6 comments

Comments

@Huiicat
Copy link

Huiicat commented Jul 6, 2023

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
@XTeam-Wing
Copy link

me too

1 similar comment
@godzeo
Copy link

godzeo commented Oct 13, 2023

me too

@1u0Hun
Copy link

1u0Hun commented Nov 8, 2023

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

@Huiicat
Copy link
Author

Huiicat commented Nov 8, 2023

@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.

@godzeo
Copy link

godzeo commented Nov 27, 2023

@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
Copy link

godzeo commented Nov 27, 2023

and still can not see the endpoints

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

No branches or pull requests

4 participants