gchq / CyberChef

The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
https://gchq.github.io/CyberChef
Apache License 2.0
27.41k stars 3.1k forks source link

Bug report: Unzip & Tar #1336

Open Oscaramr opened 2 years ago

Oscaramr commented 2 years ago

Describe the bug When trying to unzip and tar a file i get https://i.imgur.com/UM1TMo9.png This happens every single time i try and also takes very long

To Reproduce 1.Enter this url https://ur domain/#recipe=Unzip('',false)Tar('file.gz') 2.Enter the file i tried https://drive.google.com/uc?id=1Jm5jUhOHFQDLEMsKulmYK8GSN6RIH213, you can try another if wanted but this is the file i tried. Expected behaviour Should unzip my files then put those files into a tar. Also its very slow. It seems as this is getting proccessed on the browser? if so why not on cyberchef its self you could process way larger files faster.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (if relevant, please complete the following information):

d-Rickyy-b commented 1 year ago

It seems as this is getting proccessed on the browser? if so why not on cyberchef its self you could process way larger files faster.

Cyberchef is a javascript tool that 100% runs on the client side. Everything you do with it runs "on the browser". The server only provides the javascript, otherwise it won't do anything else.

For me the recipe works just fine. The error message rather looks like it's a browser issue.