in reply to Re^2: BLOGGING and/or WIKI modules for Dancer2
in thread BLOGGING and/or WIKI modules for Dancer2

has less features/security issues like scanning your internal network.

Hi, whats this now?

  • Comment on Re^3: BLOGGING and/or WIKI modules for Dancer2

Replies are listed 'Best First'.
Re^4: BLOGGING and/or WIKI modules for Dancer2
by Corion (Patriarch) on Dec 14, 2016 at 08:21 UTC

    Using WebRTC WebSockets, you can instruct the browser to connect to arbitrary IP addresses within your local network to arbitrary ports and speak arbitrary TCP protocols to it. So you don't even need DNS rebinding but can write and deliver a port scanner in HTML+Javascript.

      From what I can tell WebRTC isnt the same as WebSockets, so, not really seeing the issue :)

        Sorry, my error - I meant to write WebSockets, not WebRTC.