Skip to content

Commit

Permalink
Update hackbox-22.04.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sh1nz0n authored Feb 16, 2023
1 parent 0b6032b commit 9576d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hackbox-22.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ mkdir -p /root/tools/mimikatz \
cd $tmpdir

# install burp suite community edition 2023.1.2
curl -o burpsuite_community_linux_v2023_1_2.zip https://portswigger-cdn.net/burp/releases/download?product=community&version=2023.1.2&type=Linux \
&& mkdir -p /opt/burpsuite/ \
mkdir -p /opt/burpsuite/ \
&& cd /opt/burpsuite/ \
&& curl -o burpsuite_community_linux_v2023_1_2.zip https://portswigger-cdn.net/burp/releases/download?product=community&version=2023.1.2&type=Linux \
&& unzip ./burpsuite_community_linux_v2023_1_2.zip

cd $tmpdir
Expand Down

0 comments on commit 9576d7b

Please sign in to comment.