saeeddhqan / Maryam

Maryam: Open-source Intelligence(OSINT) Framework
GNU General Public License v3.0
1.01k stars 166 forks source link

adding iris_cluster api #259

Closed moshaad7 closed 2 years ago

moshaad7 commented 2 years ago

Fixes #258

Resolves

Resolves the problem of needing to store result of iris_module in a .json file and then supplying it to cluster_module

Changes

Checklist

Using iris_cluster api

saeeddhqan commented 2 years ago

give me time to review it. For now, your method is not suitable. instead, write a module that gets a query and returns results along with clustered results. then, just use api/modules page in order to run your module.

moshaad7 commented 2 years ago

Ok I will

instead, write a module that gets a query and returns results along with clustered results. then, just use api/modules page in order to run your module.

Thank you for the feedback, I will try it this way

moshaad7 commented 2 years ago

As per ur feedback, I have created a new module that gets a query and returns results along with clustered results and raised a PR for it https://github.com/saeeddhqan/Maryam/pull/260