Rb64

Results 5 comments of Rb64

I looked into how I would go about doing this and I had to realize that (as stated [here](https://stackoverflow.com/questions/55628044/writing-a-string-to-pdf-with-pypdf2)) PyPDF2 might not be the best way of doing this. The...

Can I work on this?

Thanks! Most likely will do the following: I will add the option to generate a simple html file to the [scansearchresultexportmulti](https://github.com/smicallef/spiderfoot/blob/643e2da1e34f959252fbd66e0cd14df2e8a15449/sfwebui.py#L418) function of sfwebui.py . Given that I have correctly...

Yes, you are totally right. In my opinion if an export of an individual data 'type' is requested then wrapping the Data in html is sufficient (For example if the...

Thanks! I took a quick glance at what you changed, and it seems to make a lot more sense now. I will hopefully find some time to finish this soon....