Skip to main content

Questions tagged [zip]

An archive file format that is used to bundle multiple files and folders together that may have been compressed.

1 vote
1 answer
928 views

I have a ZIP file of my gallery that contains images and videos which is over 5GB in size. I forgot the password for that ZIP file now I'm trying to crack it to extract files from there. I tried using ...
Batuhan Öztürk's user avatar
1 vote
2 answers
456 views

I have read up on compressed folders of file types such as .zip, .rar and .7zip being the malicious file itself (excluding cases such as an .exe file being disguised as a .zip file etc...), only ...
ReaLiTy-UnFatHom's user avatar
0 votes
1 answer
242 views

I'm testing a Java application that tries to prevent ZipSlip by simply checking whether the filename contains ".." or "./" Since it's not a web application, I guess encoding is not ...
Lucius's user avatar
  • 121
2 votes
1 answer
365 views

I'm trying to use John to recover some old ZIP files with a password I remember half. One half being a word, the latter half being a mix of four to six digits. I remember the word, but not the digits ...
LEGEND-001's user avatar
1 vote
0 answers
2k views

I have this multiple-part zip files as a list of {File.zip.001, File.zip.002, ..., File.zip.013} that happen to be protected by password. When I try to unzip them using the Gnome GUI, I see click on ...
Louis's user avatar
  • 11
0 votes
1 answer
185 views

From some posts I read here: Regarding keygen protected software: As long as the user has full control of the hardware where the software is running on (i.e. typical PC) it is impossible to fully ...
frt132's user avatar
  • 3
2 votes
0 answers
646 views

It it possible to execute a malware just by unzipping a malicious zip archive? Like a malware would target some vulnerability in zip decompression routine. How common such an exploit would be in the ...
aleks1265's user avatar
1 vote
1 answer
3k views

I have a .zip file and I want to crack its password using john. first I use zip2john: then I use john for cracking the password: but after 10 seconds, john stop cracking and exit. what's wrong?
Mehran's user avatar
  • 11
18 votes
1 answer
7k views

Some of my files have been encrypted by ransomware. I can find some backup of files (unfortunately not all of them). Can I find the password of the 7Z zipped+encrypted files if I also have some of the ...
rvil76's user avatar
  • 283
1 vote
3 answers
438 views

I want to secure all files from being decrypted by an unauthorised party. Let's assume we have symmetric crypto with the same IV for each operation. From my perspective, encrypting the whole archive ...
Kanedias's user avatar
  • 113
1 vote
1 answer
1k views

I was on a group with almost 200k people on it in Telegram. One of these members (probably new, his account is now deleted) sent me (and to other people too) a file named "Customer deposit H.rar&...
NotAnExpertInThis's user avatar
0 votes
1 answer
243 views

Let's say I have two kind of files on my Windows desktop - first are files that can be published and shared with other people, second kind is confidential and should remain private. To share files I ...
Dominic's user avatar
  • 45
1 vote
2 answers
185 views

Recently a utility provider has started to attach a zip file including my bill inside, however, they have secured the zip file using my online web account password. I am not too concerned about ...
Andrew A. Barber's user avatar
1 vote
1 answer
920 views

I have a zip file (.zip created by 7zip v15.10) that I remember the password to (~12 characters long), but it seems I've typed the password wrong while zipping it and now it doesn't open. What are the ...
Kia Azad's user avatar
2 votes
0 answers
625 views

According to multiple sources such as snyk and infoq, preventing a "Zip Slip" vulnerability in Java can be achieved by denying writes outside the target directory: String ...
mrucci's user avatar
  • 121

15 30 50 per page
1
2 3 4 5
7