ubuntu 18.04を想定しています。
標準で入っているかと。
入ってなかったら
sudo apt-get install netcat
でインストール。
apt-get install binutils
stringsと同じbinutils
apt-get install binutils
あると便利なので入れておく
apt-get install httpie
htttpieがインストールされているという前提でminicondaのインストール方法を書いておきます。
http --download https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
minicondaでpythonがインストールされているという前提でpwntoolsのインストール方法を書いておきます。
conda create --name pwn python=3.8
conda activate pwn
pip install pwntools
conda deactivate
conda activate pwn
conda activate pwn
pip install ropgadget
sudo apt-get install ruby
sudo gem update
sudo gem install one_gadget
https://ghidra-sre.org/からダウンロードします。
http --download https://ghidra-sre.org/ghidra_9.1.2_PUBLIC_20200212.zip
javaが必要なのでjavaもインストールします。
sudo apt-get install default-jre