Skip to content

Commit

Permalink
Merge pull request #2 from jkordani/master
Browse files Browse the repository at this point in the history
Bugfix to burp.jar curl url
  • Loading branch information
Wh1t3Fox committed Oct 26, 2021
2 parents e2e1370 + b83789e commit 41279d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ WORKDIR /home/user

RUN \
export VERSION=$(curl -qsSL https://portswigger.net/burp/releases/community/latest 2>/dev/null | grep -Po -m 1 '(?<=version=)[^&]+' | tr -d '\n') && \
curl -SL -o "burp.jar" "https://portswigger.net/burp/releases/download\?product\=community\&version\=${VERSION}\&type\=Jar"
curl -SL -o "burp.jar" "https://portswigger.net/burp/releases/download?product\=community\&version\=${VERSION}\&type\=Jar"

COPY --chown=user:user ./project/ .

Expand Down

0 comments on commit 41279d2

Please sign in to comment.