this post was submitted on 19 Nov 2024
52 points (94.8% liked)

Open Source

31461 readers
385 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Extractify.zip is open source progressive web app (PWA) website to view and extract zip files online without downloading them (client side). It is a free and open source project.

Website: https://extractify.zip/

top 9 comments
sorted by: hot top controversial new old
[–] scrubbles@poptalk.scrubbles.tech 24 points 2 weeks ago

"7z-wasm": "^1.0.2",

Ah, knew we were looking at a wrapper of my faithful companion here

[–] kekmacska@lemmy.zip 4 points 1 week ago

extractify when i want to extract a 16 gb source code:

[–] pastermil@sh.itjust.works 4 points 1 week ago

Don't we already have this all of our file browsers and archive browsers?

[–] undefined@lemmy.hogru.ch 3 points 1 week ago (3 children)

Don’t get me wrong, this is cool, but is there some reason not to extract a .zip file locally?

I’ve been using Linux, UNIX for a long time so I don’t know if it’s a Windows thing or what.

[–] ShortN0te@lemmy.ml 4 points 1 week ago

A compacted archive could be used as an attack vector.

  • Zip Bombs
  • Code execution through a vulnerability in the extracting algorithm

Both of them are valid for any OS.

[–] fmstrat@lemmy.nowsci.com 3 points 1 week ago

I had thought for virus scanning, but it doesnt seem to do that yet.

[–] sag@lemm.ee 1 points 1 week ago (1 children)

My android file explorer don't support .RAR or 7z archive. It's only FOSS File Explorer

[–] undefined@lemmy.hogru.ch 1 points 1 week ago

Oh yeah, that makes sense.

[–] fmstrat@lemmy.nowsci.com 1 points 1 week ago

Integrate with ClamAV or VirusTotal and this would be a masterpiece.