dsopas / assessment-mindset

Security Mindmap that could be useful for the infosec community when doing pentest, bug bounty or red-team assessments.
MIT License
730 stars 117 forks source link

Support CherryTree format #9

Closed ls4cfk closed 4 years ago

ls4cfk commented 4 years ago

Cherrytree is very popular tool for penetration testers, it would be great if we had cherrytree format support.

dsopas commented 4 years ago

What formats would Cherrytree appects? opml? freemind? I would export it but I need to know the right format.

Thanks and I appreciate your feedback.

ls4cfk commented 4 years ago

It supports those formats -> https://imgur.com/2ZXlrpm If it is impossible to export relevant format, I will try to convert it manually or something..

dsopas commented 4 years ago

I expected at least XML format. I think it would work with HTML - https://github.com/dsopas/assessment-mindset/blob/dev/assessment-mindset.html

ls4cfk commented 4 years ago

It does not work. Only creates one node and inserts everything on it.

dsopas commented 4 years ago

So no luck. OPML and FreeMind formats are usually the open-source stuff that could be used to connect other tools. It seems that Cherrytree don't support them. Its out of my league @ls4cfk

ls4cfk commented 4 years ago

Understandable, I will try to export it manually.