For testing few things I want multiple devices to connect on burp suite proxy at once. For example my PC + my notebook + my phone. I try to proxy listen whole network on some specific port but without success.
Is there a way how to setup BURP SUITE proxy for more devices?
Thanks
If you go the "Proxy/Options/Proxy Listeners" and edit the listener, you can set it to "All interfaces" or to a "Specific Interface":
Burp screenshot
This means that on the networks where the selected interfaces are available you can configure your devices to used that interface. If you want to use other interfaces, but not all, you can still create more proxy listeners, each listening on a different interface.
It is possible to configure BurpSuite to listen on a non-loopback interface.
Click on the 'Proxy Tab' -> 'Options' -> 'Add'
Then specify the port and the address to listen on. Or set it to listen on all interfaces.
I accomplish this by using NTLMaps and sharing Wifi from my computer to the devices.
In NTLMaps folder locater server.cfg and open it in a text editor Change the following lines of the config file:
Connect Device to Shared Proxy. Edit the connection settings on that device to use a proxy for your shared internet.
iOS
On Android
Open terminal Run the main.py file for NTLMaps (I set a bash profile alias so I can run it on quick from terminal), then use the internet on device once it's been set up to use the proxy. Note, on Android if the connection is not setup to use the proxy before booting the app it won't use it until you quit and reboot.