You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: