###### tags: `tools` <style> body { background-image: url(https://imgur.com/r44OKhR.png); background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-size: cover; } html { height: 100%; } h1,p { color:white; } </style> # BurpSuite 安裝 (Linux) 首先去 [Burp Suite](https://portswigger.net/burp/communitydownload) 官網,輸入自己的 gmail 後即可下載安裝腳本 ![](https://i.imgur.com/aNi1yXE.png) 下載的腳本檔名通常是 **burpsuite_community_linux_v2022_9_6.sh** 在該檔案的目錄下開啟 terminal,或者 cd 移動到該目錄下,輸入兩行指令: ```bash= chmod +x burpsuite_community_linux_v2022_9_6.sh ./burpsuite_community_linux_v2022_9_6.sh ``` ![](https://i.imgur.com/DSjwLR9.png) 接著按照自己需求選取安裝,如果不清楚,就默認選項一直下一步就好,安裝完即可使用。