this post was submitted on 31 May 2025
217 points (90.3% liked)

Technology

70551 readers
4056 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] GreenKnight23@lemmy.world 1 points 3 days ago (2 children)

it does if you make it work in those conditions.

software that "phones home" is easy to fool.

[–] flightyhobler@lemmy.world 1 points 1 day ago

Tell that to my Red Dead Redemption 2 install.

[–] Deckname@discuss.tchncs.de 2 points 2 days ago (1 children)

Just firewall the software or is there anything more fancy i would need to do?

[–] GreenKnight23@lemmy.world 1 points 2 days ago (1 children)

typically the phone home is looking for a response to unlock.

use a packet sniffer to see what the request/response is and replicate it with a proxy or response server.

this is also know as a man-in-the-middle (mitm).

takes skill and knowledge to do, but once you do a few dozen it's pretty easy since most software "phone homes" are looking for static non-encrypted responses.

[–] Deckname@discuss.tchncs.de 2 points 1 day ago

Thanks for the info!