Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/3nock/ote-templates
- Owner: 3nock
- License: mit
- Created: 2023-06-03T18:12:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-11T09:24:21.000Z (over 1 year ago)
- Last Synced: 2024-11-09T20:44:29.084Z (3 months ago)
- Topics: attack-surfaces, bugbounty, fingerprinting, osint, recon, security, templates
- Homepage: https://SpiderSuite.github.io/OTE
- Size: 2.35 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
OTE TemplatesCommunity 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).