Closed amrayoub closed 3 years ago
Well yes. That's the point of many of our labs.
Ideally we would actually set a listening IP of 127.0.0.1, so -p 127.0.0.1:5000:5000
, but we don't in most of our walk-throughs.
But to answer your question: yes, go right ahead!
There are some caveats. If you browse to "localhost" you may fail to reach the webapp, because localhost can resolve to your IPv6 address. Also, Firefox has a specific setting which blocks localhost traffic from being intercepted/proxied in about:config.
Hi, I'm trying to intercept http://0.0.0.0:5000/ with burpsuite after running the docker image.
is that possible?