Hacker News new | ask | show | jobs
by wongarsu 2207 days ago
Websockets bring them past the router and any other hardware firewall or NAT. Also various software only listens to localhost, on the assumption that local traffic is trustworthy.

They could still portscan from afar and it would still be sketchy, but using Websockets makes it worse

1 comments

So does using websockets allow you to scan local IP ranges and find other devices on the LAN?
By the rule of all web technology sucks and is untrustworthy, they block 10.0.0.0 and 192.168.0.0, but inexplicably allow 172.16.0.0-172.31.255.255.

(Or at least, that was what someone else claimed last time this came up on HN)

Who's "they" in this context? It's unclear to me if this refers to eBay or browser vendors.
My understanding is it allows them to check for things listening on loopback, given they appear to be checking for SSH tunnels.