nuclei-burp-plugin
Nuclei plugin for BurpSuite
File Explorer
Download Latest Version (.zip)- ci.yml
- pr-test.yml
- dependabot.yml
- BurpExtender.java
- ProblemType.java
- ProblemTypeData.java
- ProblemTypeDescription.java
- Description.java
- DescriptionData.java
- BaseMetricV3.java
- CvssV3.java
- Impact.java
- ReferenceData.java
- References.java
- CVE.java
- CveItem.java
- CveItems.java
- CveMetaData.java
- NistCveResults.java
- CveInfoRetriever.java
- NistCveInfo.java
- CveInfo.java
- NucleiTokenMaker.java
- NucleiTokenMakerFactory.java
- CheckBoxConfigOption.java
- ConfigOption.java
- SettingsPanel.java
- TextFieldConfigOption.java
- AnsiColorTextPane.java
- FilterableJComboBox.java
- FilterableListWindow.java
- GeneralSettings.java
- MenuHelper.java
- NucleiGeneratorSettings.java
- TemplateGeneratorEmbeddedContainer.java
- TemplateGeneratorTab.java
- TemplateGeneratorTabbedPane.java
- TemplateGeneratorTabContainer.java
- TemplateGeneratorWindow.java
- TransformedRequest.java
- YamlProperty.java
- YamlPropertyOrder.java
- Binary.java
- Http.java
- Info.java
- Status.java
- Template.java
- TemplateMatcher.java
- Word.java
- CliArgument.java
- NucleiUtils.java
- SchemaUtils.java
- TemplateUtils.java
- AnnotatedPropertyUtils.java
- CustomNameFieldProperty.java
- NucleiModelConstructor.java
- OrderedRepresenter.java
- YamlUtil.java
- SwingUtils.java
- CommandLineUtils.java
- ExecutionResult.java
- Utils.java
- ProjectDiscovery-Icon.png
- NucleiUtilsTest.java
- TemplateUtilsTest.java
- YamlUtilTest.java
- CommandLineUtilsTest.java
- check-nuclei-documentation.png
- demo.gif
- generated_batteringram_request_template.png
- generated_body_multi_word_matcher_template.png
- generated_header_word_matcher_template.png
- join-discord.png
- nuclei-logo.png
- v1_1_0-demo.gif
- video_thumbnail.png
- .gitignore
- LICENSE
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/projectdiscovery/nuclei-burp-plugin
Downloads the entire project code from GitHub to your computer.
cd nuclei-burp-plugin
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
