Skip to content

the-soloist/pwn-toolkit

Repository files navigation

pwn-toolkit

自用的一个做 pwn 题的 python 库,封装一些常用的函数。

实现思路是在 python 脚本中配置参数,然后可以通过命令行参数切换运行模式。

目前支持模式:

ENV

Linux or MacOS
python 3.10.x

INSTALL

# 安装依赖
./install.sh

# 导入模块
git clone https://github.com/the-soloist/pwn-toolkit pwnkit
export PYTHONPATH="$PYTHONPATH:/path/to/pwnkit"

# 或者 python 中加入
sys.path.append("/path/to/pwnkit")

# 修改环境变量
export PATH="$PATH:/path/to/pwnkit/bin"

USAGE

from pwnkit import *

详细使用文档:docs (未完成)

REFERENCE

  1. https://github.com/ray-cp/pwn_debug
  2. https://github.com/pullp/pwn_framework
  3. ···

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published