apt update && apt upgrade -yhttps://go.microsoft.com/fwlink/?LinkID=760868sudo apt-get install default-jdk -ywget https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.0.3_build/ghidra_10.0.3_PUBLIC_20210908.zip
unzip ghidra_10.0.3_PUBLIC_20210908.zipsudo apt install gdb -y git clone https://github.com/pwndbg/pwndbg
cd pwndbg
sudo ./setup.shecho '''
(splitmind.Mind()
.below(display="backtrace")
.right(display="stack")
.right(display="regs")
.right(of="main", display="disasm")
.show("legend", on="disasm")
).build()
''' >> ~/splitmind/gdbinit.pyYou need to run gdb within tmux for this to work
git clone https://github.com/Ganapati/RsaCtfTool.git
sudo apt-get install libgmp3-dev libmpc-dev -y
cd RsaCtfTool
pip3 install -r "requirements.txt"
python3 RsaCtfTool.py