Skip to content
New issue

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

error running #3

Open
omm1979 opened this issue Jun 17, 2019 · 0 comments
Open

error running #3

omm1979 opened this issue Jun 17, 2019 · 0 comments

Comments

@omm1979
Copy link

omm1979 commented Jun 17, 2019

When i compiled the evilWinRAR.py script:
python3.7 evilWinRAR.py -o output.rar -e calc.exe -g hi.jpg

it shows:
[+] right_hdr_crc : 0x4f20 | struct b' O'
[*] current_hdr_crc : 0x86b8 | struct b'\xb8\x86'
Traceback (most recent call last):
File "evilWinRAR.py", line 106, in
with acefile.open(args.filename) as f:
File "/home/user/Desktop/Pentest/Evil-WinRAR-Gen/acefile.py", line 3259, in _open
return cls(file, mode, search=search)
File "/home/user/Desktop/Pentest/Evil-WinRAR-Gen/acefile.py", line 3277, in init
self.__volumes.append(AceVolume(file[0], mode, search=search))
File "/home/user/Desktop/Pentest/Evil-WinRAR-Gen/acefile.py", line 2932, in init
self._parse_headers(search)
File "/home/user/Desktop/Pentest/Evil-WinRAR-Gen/acefile.py", line 3042, in _parse_headers
self._parse_header()
File "/home/user/Desktop/Pentest/Evil-WinRAR-Gen/acefile.py", line 3063, in _parse_header
raise CorruptedArchiveError("header CRC failed")
acefile.CorruptedArchiveError: header CRC failed

some advice or something to solve this? I hope you can help me, thanks, regardrs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant