Earlier quoted context omitted.
Surely the websockets angle is a bit of a red herring? Ebay will have your IP from your request so they can run nmap against your machine from their server without your browser ever knowing about it. I also know of a bank that does similar via an old school sort of way, their online banking login page tries to load images from urls made up of your IP and various ports. Presumably these are targeting known ports for o…
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
eBay is port scanning visitors to their website
51–60 of 148 posts
Re: eBay is port scanning visitors to their website
#52Earlier quoted context omitted.
irrc, eBay uses websocket connections [0] to scan the ports. Firefox doesn't offer an option to disable websockets in the about:config page. However, I have read about workarounds by setting network.websocket.max-connections=0 This is a global setting and is applied to all websites. I also wasn't able to test this myself yet. Are there any good extensions for blocking websockets on for specific domains? [0] https://n…
To people reading this, many websites rely on websockets for real-time information. They would likely fallback to per-refresh HTTP requests, but it also may break a bunch of sites.
Re: eBay is port scanning visitors to their website
#53It's crystal clear why they do this. Many companies or persons share their desktops for remote usage. Later they sell this service to eBay users. And they're using it for different fraudulent activities - from making real sales (just for stars) to bidding to own items (for rising price). For years eBay fight this.
They should find a better way instead of compromising privacy of all the users. And even if they decided don't they have any responsibility to tell the users.
Re: eBay is port scanning visitors to their website
#54Re: eBay is port scanning visitors to their website
#55Re: eBay is port scanning visitors to their website
#56Just wait until the database of ip and open ports is leaked and hackers start exploiting vulnerabilities of softwares listening to these ports to break into random people devices.
I don't understand the issue you are describing. You can already scan the entire ipv4 space for cheap with tools like zmap[0]. How does a premade list help ? In addition, I would expect such a DB to go stale very quickly. [0] https://zmap.io/
Re: eBay is port scanning visitors to their website
#57Re: eBay is port scanning visitors to their website
#58Earlier quoted context omitted.
It seems like eBay wants it both ways. They want to have a huge user base with low friction to get started, but they also don't want fraudulent players. Instead of doing KYC (know your customer) like many financial services, they're stuck doing dirty tricks like this to try and combat fraud.
Cheating is rampant in all financial services that mediate transactions between end customers. No shortage of stories about card fraud or PayPal woes.
Either the consumer or the merchant bears the cost for fraud, rarely does paypal or the banks if they did the problem of identity fraud would be solved, and would not be called "identity theft"
Re: eBay is port scanning visitors to their website
#59Re: eBay is port scanning visitors to their website
#60wasn't this on the front page just a few days ago?
More than one discussion can be had.
Edit: But, thefreeman above just informed me there's actual new information in this article (which I originally hadn't read, because the comments here made me assume it was the same as the last story on HN). So, thanks!