gonejack / webarchive-to-singlefile

This command line converts .webarchive file to resources embed .html file
BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

net::ERR_FILE_NOT_FOUND #2

Open Emo-Rock opened 7 months ago

Emo-Rock commented 7 months ago

hey how to fix this ? I Want use in Local Files.

PS C:\Users\Desktop\test> .\webarchive-to-singlefile.exe *.webarchive 2024/01/21 00:30:31 process Delving deep into VBScript Analysis of CVE-2018-8174 exploitation - Securelist.webarchive 2024/01/21 00:30:31 cannot render Delving deep into VBScript Analysis of CVE-2018-8174 exploitation - Securelist.webarchive: page load error net::ERR_FILE_NOT_FOUND

the attached file : https://gofile.io/d/P8VsvC

gonejack commented 7 months ago

Hi, thanks for your report.

Will check this as soon as possible when I got some time and before that would you like to try this combination:

https://github.com/gonejack/webarchive-to-html

https://github.com/gonejack/embed-html

Emo-Rock commented 7 months ago

Hi, first i try webarchive-to-html but the generated html not showing images and css style

original webarchive:

Screenshot 2024-01-21 121825

generated html:

Screenshot 2024-01-21 121856

and the images and js and css are inside the folder generated of html

Screenshot 2024-01-21 122104

when i try embed-html with this html nothing happen:

Screenshot 2024-01-21 121944
gonejack commented 7 months ago

Ok, Seems this projects need some tests under Windows.

Will check these later.

Emo-Rock commented 7 months ago

thank you so much