PWN工具

Posted ying-hack

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PWN工具相关的知识,希望对你有一定的参考价值。

Pwntools

编写payload脚本等
安装
pip install pwntools

GDB

动态调试程序
安装

1. wget http://ftp.gnu.org/gnu/gdb/gdb-8.0.1.tar.gz`
2. tar -zxvf gdb-8.0.1.tar.gz`
# 进入目录
3. cd gdb-8.0.1`
4. ./configure`
5. make
6. sudo make install

Pwngdb

安装

git clone https://github.com/pwndbg/pwndbg
cd pwndbg
sudo #./setup.sh

IDA Pro

静态调试

百度上很多安装教程

checksce

pwntools库自带

ROPgadget

one_gadget

以上是关于PWN工具的主要内容,如果未能解决你的问题,请参考以下文章

[NTUSTISC pwn LAB 5]rop入门实验

PWN工具

pwn工具安装-ubuntu16.04

[NTUSTISC pwn LAB 6]rop&Return to plt实验

逆向及Bof基础实践

20155201 李卓雯 《网络对抗技术》实验一 逆向及Bof基础