mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-14 22:06:58 +00:00
commit
e9313c1e9e
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
wget http://portswigger.net/burp/burpsuite_free_v1.6.01.jar
|
||||
chmod 755 burpsuite_free_v1.6.01.jar
|
||||
wget -O ./burp.jar 'https://portswigger.net/DownloadUpdate.ashx?Product=Free'
|
||||
chmod 755 ./burp.jar
|
||||
mkdir -p bin
|
||||
cd bin
|
||||
ln -s ../burpsuite_free_v1.6.01.jar burp
|
||||
ln -s ../burp.jar burp
|
||||
cd ..
|
||||
|
|
Loading…
Add table
Reference in a new issue