nuclei/docs/template-guide/introduction.mdx

12 lines
430 B
Plaintext
Raw Normal View History

2023-08-18 02:43:28 +05:30
---
title: 'Introduction'
---
**Nuclei** is based on the concepts of `YAML` based template files that define how the requests will be sent and processed. This allows easy extensibility capabilities to nuclei.
The templates are written in `YAML` which specifies a simple human-readable format to quickly define the execution process.
<Card title="Get Started" icon="book-open">
Guide to write your own nuclei template
</Card>