Skip to content

Releases: MuelNova/PwNo

v0.1.7

09 Nov 05:13
57aa07f
Compare
Choose a tag to compare

✨ 新功能

  • 添加 Settings
  • 添加 CLI

Full Changelog: 0.1.5...0.1.7

v0.1.6a2

08 Nov 16:45
ff1b95d
Compare
Choose a tag to compare
v0.1.6a2 Pre-release
Pre-release

🐛 修复

  • 现在 libcElfconfig 将会正常被导出

0.1.6a1

22 Sep 18:12
4a15592
Compare
Choose a tag to compare
0.1.6a1 Pre-release
Pre-release

✨ 新增

  • cli: 添加了新的 cli pwno,可用于搜索 Gadgets

🚸 改进

  • 命令行参数覆盖: 现在命令行参数将覆盖从 \gen_sh\ 获取的参数。
  • libC 搜索: libC 搜索现在使用了更智能的方法。
  • Checksec: checksec 默认被禁用,可通过 -c 参数启用。

其他

  • 升级了依赖项。

Full Changelog: 0.1.6a0...0.1.6a1

0.1.6a0

12 Sep 15:19
e0751e4
Compare
Choose a tag to compare
0.1.6a0 Pre-release
Pre-release

Full Changelog: 0.1.5...0.1.6a0

🐛 修复了依赖里没有 sorcery 的问题
🚸 现在默认的 libc 将会选取 ELF 使用的 libc 文件

0.1.5

27 Jul 10:41
fa40044
Compare
Choose a tag to compare

Full Changelog: 0.1.4...0.1.5

  • 💥 [BREAKING CHANGES] now elf is renamed into Elf to avoid the conflict
  • ✨ Add Wrapper for log, makes log pretty
  • 🚸 gdb.debug() now takes gdb_script from function dbg in script
  • 🐛 Executable and Libc will be loaded correctly

PyPi 还没有上传,因为现在需要验证邮箱,但是我邮箱域名早过期了(笑

0.1.4

14 Nov 07:00
ad370fd
Compare
Choose a tag to compare

Full Changelog: 0.1.2...0.1.4

  • ✨ Add HouseOfCat() to generate house_of_cat payload
  • ✨ Add IO_FILE and IO_FILE_plus to generate IO struct
  • 🚸 GDB_SCRIPT now accept file, and will resolve \n

v0.1.3

11 Nov 18:34
83fac3b
Compare
Choose a tag to compare

Full Changelog: 0.1.2...0.1.3

  • ✨ Add --dbg/-d as debug filter
  • 🚸 Add args for gen_sh()
  • 🐛 abbr now works well using remote
  • 🐛 PwNo now works even attachment is not an elf

0.1.2.post1

21 Oct 05:38
11e9ccc
Compare
Choose a tag to compare
0.1.2.post1 Pre-release
Pre-release

Full Changelog: 0.1.2...0.1.2.post1
-🚑 Fix bugs that prevent --no-debug and -g from working properly

v0.1.2

20 Oct 08:00
633f30d
Compare
Choose a tag to compare

Full Changelog: 0.1.1...0.1.2

  • ✨ 添加了命令行参数
  • ✨ 添加了 dbg 工具
  • 🐛 修复了全局缩写栈帧错误的问题
  • 🚸 现在使用 wsl2 将会使用 wt.exe 作为默认的 terminal
  • 🧑‍💻 导出了 get_instance 方法供其他部件使用
  • ✅ 添加了 abbr 的测试(尽管没有使用 unittest)

v0.1.1

18 Oct 06:32
509488a
Compare
Choose a tag to compare