Closed AnotherWayIn closed 4 years ago
Do you have an error message or any information related to the issue your having? How can this be reproduced?
Sure, so when you need to hit target example.com:8080 I add the port within the Target host field, but the request goes direct rather than through a gateway. The port gets stripped out in the code I think. thanks
Just tested this and I am not able to reproduce, still getting API gateway IPs when I set my target to somehost.com:8080. Is there maybe something else going on here? Are you targeting localhost or something when testing this? Are you setting the port in "Target Host" field example.com:8080?
Yes i'm setting the port. I've tested on other non-standard ports and getting the same:
Is this installed from the BApp store? Just realized BApp store version does not have the updates yet to handle arbitrary ports.
If you installed this from BApp, uninstall and clone this repo and add manually to Burp.
Hi,
I think there's a request issue when using against targets on non-standard ports. thanks