Nuclei-Burp-Plugin is a BurpSuite plugin intended to help with nuclei template generation.
Word and Binary matcher creation using selected response snippets from Proxy history or Repeater contextsASCII characterspart field is auto-set based on whether the selection was in the request header or bodyHTTP status code of the responseIntruder tab, selected payload positions can be used to generate request templates, using one of the following attack types: Battering ram, Pitchfork or Cluster bombHTTP request under the Proxy or Repeater tab can be used to generate a request template with the attack type defaulting to Battering ramYAML property and value auto-complete, using reserved words from the nuclei JSON schemaYAML properties, based on reserved wordstemplate-id is recommended as file name when savingPATH variable.PATH variable.<USER_HOME>/.config/nuclei/.templates-config.jsonUser OptionsUse mvn clean package -DskipTests to build the project yourself. It requires Maven 3.x and Java 11+.
On MacOS the dependencies for the plugin can be met using Homebrew: brew install mvn openjdk@11
Alternatively, different builds can be downloaded from the Actions section. The built artifact can be found under the latest build’s Artifacts section. These artifacts are generated after every commit, but are only stored for a limited amount of time.
Extender in BurpSuiteAdd button in the Extensions tabExtension Type on Java.jar)Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…