私は現在このオペレーティングシステムを使用しており、Parrot OS xfce 4.10 amd64
このオペレーティングシステムにいくつかのツールをインストールしたいと思います。私はこれを試しました、apt-get install burpsuit
その結果は次のようになります。
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package burpsuit
助けてください...
答え1
sudo apt-get install burpsuite
新規インストールにはさらに作業が必要です。 Java 8がインストールされていることを確認する必要があります。
java -version
それ以外の場合はインストールしてください。
sudo apt-get install openjdk-8-jre
答え2
E:パッケージトリムスーツが見つかりません。
あなたのsources.list
ものは空です(1つの可能性)。
burpsuit
存在しません。正確な名前はですburpsuite
。
ファイルに次の行を追加します/etc/apt/sources.list.d/parrot.list
。
deb https://deb.parrot.sh/parrot/ rolling main contrib non-free
#deb-src https://deb.parrot.sh/parrot/ rolling main contrib non-free
deb https://deb.parrot.sh/parrot/ rolling-security main contrib non-free
#deb-src https://deb.parrot.sh/parrot/ rolling-security main contrib non-free
それから:
sudo apt update
sudo apt install burpsuite