Skip to content

8. Contributing

Rafa Sojo edited this page Nov 30, 2019 · 2 revisions

For contributing adding a new module you need edit the module osint.py or tech.py.

This modules executes a function named analyze(). This function return a dictionary object that is used in flask's templates.

To add a new module you need edit one of this files for add the functionality and then edit the report.html to visualize the information of dictionary.

Clone this wiki locally