We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When I use the zip feature: https://gchq.github.io/CyberChef/#recipe=Zip('malsample.zip','','malwareisbad','Deflate','MSDOS','Dynamic%20Huffman%20Coding') and save the output to a file, I get an incorrect password when I later try to unzip it: olevba.exe -z malwareisbad malsample.zip olevba 0.60 on Python 3.7.7 - http://decalage.info/python/oletools ERROR Exception opening/reading 'malsample.zip' from zip file 'malsample.zip': Bad password for file 'malsample.zip'
To Reproduce https://gchq.github.io/CyberChef/#recipe=From_Base64('A-Za-z0-9%2B/%3D',true)Zip('malsample.zip','','malwareisbad','Deflate','MSDOS','Dynamic%20Huffman%20Coding')&input=VkdocGN5QnBjeUJ6YjIxbElHOTFkSEIxZEFvPQ
Expected behaviour File should unzip properly with provided password
Desktop (if relevant, please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Thanks for giving an example of this! This bug is a duplicate of #671
Sorry, something went wrong.
This issue looks like due to a bug in zlib.js. (see the duplicate)
As this issue is a duplicate, I will close this issue for now.
No branches or pull requests
Describe the bug
When I use the zip feature:
https://gchq.github.io/CyberChef/#recipe=Zip('malsample.zip','','malwareisbad','Deflate','MSDOS','Dynamic%20Huffman%20Coding') and save the output to a file, I get an incorrect password when I later try to unzip it:
olevba.exe -z malwareisbad malsample.zip
olevba 0.60 on Python 3.7.7 - http://decalage.info/python/oletools
ERROR Exception opening/reading 'malsample.zip' from zip file 'malsample.zip': Bad password for file 'malsample.zip'
To Reproduce
https://gchq.github.io/CyberChef/#recipe=From_Base64('A-Za-z0-9%2B/%3D',true)Zip('malsample.zip','','malwareisbad','Deflate','MSDOS','Dynamic%20Huffman%20Coding')&input=VkdocGN5QnBjeUJ6YjIxbElHOTFkSEIxZEFvPQ
Expected behaviour
File should unzip properly with provided password
Desktop (if relevant, please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: