forked from projectdiscovery/nuclei-burp-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
BappDescription.html
20 lines (18 loc) · 1.12 KB
/
BappDescription.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<p>Features</p>
<ul>
<li>Template matcher generation</li>
<li>Modifying generated templates</li>
<li>Request template generation</li>
<li>Template execution</li>
<li>Keyboard shortcuts</li>
</ul>
<p>Settings</p>
<ul>
<li>The plugin attempts to auto-detect and complete the configuration values</li>
<li>The code searches for the nuclei binary path, using the values from the process's environmental PATH variable.<br>
Note: the BurpSuite binary, opposed to the stand-alone BurpSuite jar, might not have access to the current user's PATH variable.</li>
<li>The target template path is calculated based on the default nuclei template directory, configured under <USER_HOME>/.config/nuclei/.templates-config.json</li>
<li>The name of the currently logged-in operating system user is used as a default value for the template author configuration</li>
<li>The user can decide whether to display the generated template in a dedicated window or embedded under "Generator", within the Nuclei tab</li>
</ul>
<p>For more information, please <a href="https://github.com/projectdiscovery/nuclei-burp-plugin">check out the GitHub</a></p>