pwn工具安装-ubuntu16.04
Posted guiyaoshan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pwn工具安装-ubuntu16.04相关的知识,希望对你有一定的参考价值。
1.安装pip
还是这个方法靠谱
wget https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py
sudo pip3 install setuptools --upgrade
2.安装pwntools
ubuntu16.04
apt-get update
apt-get install python3 python3-pip python3-dev git libssl-dev libffi-dev build-essential
sudo pip install pwntools -i https://pypi.tuna.tsinghua.edu.cn/simple
安装好做个检验:
3. 安装pwndbg
git clone https://github.com/pwndbg/pwndbg
cd pwndbg
./setup.sh
温馨提示再配置一下gdb调用
echo "source $PWD/gdbinit.py" >> ~/.gdbinit
4.安装checksec
git clone https://github.com/slimm609/checksec.sh.git
cd checksec.sh
sudo ln -s checksec /usr/local/bin/checksec
以上是关于pwn工具安装-ubuntu16.04的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu 16.04安装IntelliJ出品的数据库管理工具DataGrip
ubuntu16.04 yum报错:There are no enabled repos. Run “yum repolist all“ to see the repos you have.(代码片段