Skip to content

Commit

Permalink
Upgrade project discovery tool at CT build
Browse files Browse the repository at this point in the history
  • Loading branch information
psyray committed Nov 20, 2023
1 parent c145bec commit b6676f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ RUN go install -v github.com/sa7mon/s3scanner@latest
RUN nuclei -update
RUN nuclei -update-templates

# Update project discovery tools
RUN httpx -up
RUN naabu -up
RUN subfinder -up
RUN tlsx -up
RUN katana -up

# Copy requirements
COPY ./requirements.txt /tmp/requirements.txt
RUN pip3 install --upgrade setuptools pip && \
Expand Down

0 comments on commit b6676f4

Please sign in to comment.