samyk / slipstream

NAT Slipstreaming allows an attacker to remotely access any TCP/UDP services bound to a victim machine, bypassing the victim’s NAT/firewall, just by anyone on the victim's network visiting a website
https://samy.pl/slipstream/
1.9k stars 209 forks source link

Is it possible to run this in Docker Container? #4

Open Seji64 opened 4 years ago

Seji64 commented 4 years ago

Hi,

saw your project in trending and tried it to run in a docker container _(already modifed the urls, started the serve-sip.pl and the max_pktsize.pl script). But i get stuck here:

Unbenannt

The page keeps reloading infinitely. for testing i passed my local IP via GET Param localip.

Is ist even possible to run it in a docker container?

robobenklein commented 4 years ago

Try running the container with network_mode: host? https://docs.docker.com/network/host/

bananabr commented 3 years ago

hey @Seji64, did you ever succeeded in doing that? Is the container image available somewhere?

Thanks!