Skip to content

Commit

Permalink
Updated Nuclei: 3.0.4 to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbharath committed Oct 3, 2024
1 parent e91c5f8 commit 35f3c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ RUN rm -rf *

# Install nuclei
RUN echo "Installing nuclei"
RUN wget https://github.com/projectdiscovery/nuclei/releases/download/v3.0.4/nuclei_3.0.4_linux_amd64.zip
RUN unzip nuclei_3.0.4_linux_amd64.zip
RUN wget https://github.com/projectdiscovery/nuclei/releases/download/v3.3.4/nuclei_3.3.4_linux_amd64.zip
RUN unzip nuclei_3.3.4_linux_amd64.zip
RUN mv nuclei /usr/bin
RUN rm -rf *

Expand Down

0 comments on commit 35f3c42

Please sign in to comment.