this post was submitted on 11 Aug 2026
217 points (98.7% liked)

Technology

87079 readers
4118 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Dyskolos@lemmy.zip 2 points 1 day ago (2 children)

If I got it right, you could easily detect this drive by just creating password.txt. as the article says it creation is intercepted and skipped. Hence if there is no password.txt afterwards, you know what you're dealing with. Still, you have to know this AND care.

[–] AwesomeLowlander@quokk.au 23 points 1 day ago (1 children)

It's only skipping if your password matches. Otherwise it'll just be a normal file.

[–] Dyskolos@lemmy.zip 6 points 1 day ago* (last edited 1 day ago)

Ah okay, so then I retract my statement and better my reading-skills 😁

[–] BitUnWise@programming.dev 7 points 1 day ago (1 children)

It looks for a string "password:xyz" bring written to any file, where xyz is the password. If you get the password wrong it'll just write the file normally

[–] Dyskolos@lemmy.zip 1 points 1 day ago* (last edited 1 day ago) (1 children)

Ah okay, so then I retract my statement and better my reading-skills 😁

[–] BitUnWise@programming.dev 2 points 21 hours ago

No worries, I had to read stuff outside of the articles to get that information