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)When I first started learning malware analysis and reverse engineering, I thought the hardest part…
Both git fetch and git pull talk to a remote repository, but they do very different things to your…
Sometimes the change you need already exists, just on the wrong branch. A hotfix lands…
Email is still one of the most important communication channels inside modern applications. Password resets,…
Nginx is a high-performance web server and reverse proxy trusted by some of the largest…
ufw (Uncomplicated Firewall) sits on top of iptables (or nftables on newer systems) and replaces…