0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【備忘録】KaliLinuxにBurpSuiteをインストールして起動

Last updated at Posted at 2023-09-23
  1. パッケージを更新しておく

    sudo apt update && apt upgrade -y
    
  2. javaのバージョンを確認し、ツール実行要件に沿っているか確認する

    java --version
    openjdk 17.0.9-ea 2023-10-17
    OpenJDK Runtime Environment (build 17.0.9-ea+4-Debian-1)
    OpenJDK 64-Bit Server VM (build 17.0.9-ea+4-Debian-1, mixed mode, sharing)
    
  3. 以下からBurpSuite(Linux(ARM64))をダウンロードする
    Professional / Community 2023.10.1.1

  4. 管理者権限でダウンロードしたスクリプトを実行する

    /bin/sh ./burpsuite_community_linux_arm64_v2023_10_1_1.sh
    Unpacking JRE ...
    Starting Installer ...
    This will install Burp Suite Community Edition on your computer.
    OK [o, Enter], Cancel [c]
    o
    Click Next to continue, or Cancel to exit Setup.
    Select the folder where you would like Burp Suite Community Edition to be
    installed, then click Next.
    Where should Burp Suite Community Edition be installed?
    [/opt/BurpSuiteCommunity]
    Create symlinks?
    Yes [y, Enter], No [n]
    y
    Select the folder where you would like Burp Suite Community Edition to create symlinks, then click Next.
    [/usr/local/bin]
    Extracting files ...
    Setup has finished installing Burp Suite Community Edition on your computer.
    Finishing installation ...
    
  5. Burp Suiteを起動する

    1. 「I Accept」を押下
      002.png
    2. 「Next」を押下
      004.png
    3. 「Start Burp」を押下
      005.png
    4. 初期画面
      006.png

参考資料

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?