Lissy93 / web-check

🕵️‍♂️ All-in-one OSINT tool for analysing any website
https://web-check.xyz
MIT License
21.96k stars 1.67k forks source link

Feature request: Create a report in PDF format #112

Closed Natgho closed 6 months ago

Natgho commented 6 months ago

The product is very good, but instead of the reports being temporary and recalculated every time, wouldn't it be great if you put the "download" button somewhere and we could download the current version of the report as a PDF?

Lissy93 commented 6 months ago

There is a download option, if you scroll down to the bottom ;)

107

Natgho commented 6 months ago

Yes I saw that, I meant a PDF creator :) Unfortunately business people don't understand the JSON or Jsonhero interface :D

Lissy93 commented 6 months ago

Yeah, so you can use that Json to generate a report in any format you like, PDF, Markdown, LaTex using a scripting language of your choice.

Is that what you meant?

Natgho commented 6 months ago

Think simpler please:

  1. user clicks on the "Download Report as PDF" button.
  2. Everything that appears on the page is put into a PDF file and downloaded.

There is no need to create a report using a script, this interface is already like a report, all that needs to be done is to customize the ability to print with CTRL + P a bit more (for example, it would be good if the "External Tools for Further Research" section at the bottom is not in the report) and assign it to a button.

Lissy93 commented 6 months ago

Would you be up for implementing this @Natgho

Natgho commented 6 months ago

Actually I tried, but my specialty is backend and Python, so I could not finalize it. I looked at the source code and it looked like poetry :) so I didn't want to break it by making a bad patch.