Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/3nock/ote-templates

Community curated list of templates for the OSINT template engine.
https://github.com/3nock/ote-templates

attack-surfaces bugbounty fingerprinting osint recon security templates

Last synced: about 1 month ago
JSON representation

Community curated list of templates for the OSINT template engine.

Awesome Lists containing this project

README

        


OTE Templates


Community curated list of templates for the OSINT template engine for information gathering.








Templates are the driving force of the [OSINT Template Engine](https://github.com/3nock/OTE). They represent the OSINT sources that provide the OSINT information through API endpoints.

The template [structure](TEMPLATE_STRUCTURE.md) design is very simple, providing all the necessary information to query API endpoints provided by the OSINT sources that the templates represents.

This repository houses all the available templates for the Engine. I hope that you also contribute by sending templates via pull requests or [Github issues](https://github.com/3nock/OTE-Templates/issues) to grow the list.

## Contributions

You can contribute by [creating new templates](CREATE_TEMPLATE.md).

You can contribute by [modifying, improving and fixing existing templates](MODIFY_TEMPLATE.md).

You can contribute by [creating extractors for existing templates](WRITING_EXTRACTOR.md)

For More information see [contribution guide](CONTRIBUTING.md).

## Credits

This project is greatly inspired by projectdiscovery's [nuclei-templates](https://github.com/projectdiscovery/nuclei-templates).