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 Variables are one of the most important basics of Bash scripting. A variable is…
Introduction Running a Bash script in Linux is a basic but important skill for anyone…
Introduction Writing your first Bash script in Linux is one of the best ways to…
Docker has become one of the most important tools in modern software development. If you…
The APT Command Linux users rely on is one of the most powerful tools for…
Ubuntu users usually install software through .deb packages or the APT package manager. However, some…