mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 10:55:56 +03:00
[GH-ISSUE #89] Images not mapped correctly in the HTML report #80
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aw-infosec on GitHub (Feb 7, 2021).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/89
OS: Windows 10
Python Version: 3.9.1
I found that images and other resources are not correctly mapped in the HTML report.
For example, when I clicked on an image, it went the following path:
file:///C:/whapa-master/report/.C:/whapa-master/report/Media/WhatsApp%20Images/IMG-20000101-WA0001.jpgHowever, the correct path should be:
file:///C:/whapa-master/report/Media/WhatsApp%20Images/IMG-20000101-WA0001.jpgAny advise or solution to fix this issue?
I also got the following error when I click the "status" option.
NameError: name 'local' is not defined
@B16f00t commented on GitHub (Feb 7, 2021):
Ok, let me check it but it's easy to solve.
@Aminu0234 commented on GitHub (Feb 8, 2021):
Nice
@B16f00t commented on GitHub (Feb 19, 2021):
New version 1.40 fix the issue. Thanks
@nadavcoh commented on GitHub (Feb 27, 2021):
Hi! Great project, thank you for all the work you put into this.
This bug is not resolved in current master, href now point to ".g"
I was able to circumvent by reverting to 1.3 and removing all instances of ".C:/whapa-master/report/" by batch find & replace (Notepad++)
@B16f00t commented on GitHub (Feb 28, 2021):
Pls. give a try the new version 1.43