mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 20:25:27 +00:00
12 lines
430 B
Plaintext
12 lines
430 B
Plaintext
|
|
---
|
||
|
|
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>
|