avatar
文章
89
标签
15
分类
13

首页
归档
标签
分类
友链
关于
唐仔橙
搜索
首页
归档
标签
分类
友链
关于

pwn入门-21-pwn.college-Fundamentals

发表于2023-03-13|更新于2023-06-09|PWN
|阅读量:
文章作者: 唐仔橙
文章链接: https://tangzichengcc.github.io/pwn%E5%85%A5%E9%97%A8-21-pwn-college-Fundamentals/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 唐仔橙!
PWN入门
打赏
  • wechat
    wechat
  • alipay
    alipay
cover of previous post
上一篇
ucas-软件安全漏洞分析与发现-elf分析与解析实现
cover of next post
下一篇
pwn入门-20-pwn.college-UAF及tcache
相关推荐
cover
2023-02-26
pwn入门-11-2月月赛题及反思
cover
2022-10-11
pwn入门-1-初识
cover
2023-02-24
pwn入门-10-堆入门之堆溢出及unsorted_bin攻击
cover
2023-03-03
pwn入门-14-基础知识查缺补漏1
cover
2023-02-28
pwn入门-12-pltgot延迟绑定及符号解析
cover
2023-02-28
pwn入门-13-堆入门基础

评论
avatar
唐仔橙
喜欢探索世界,在读研究生,计算机爱好者的成长记录
文章
89
标签
15
分类
13
Follow Me
公告
会记录自己的学习经历,以及一些经历,如果有想法或者疑惑,欢迎交流!!
目录
  1. 1. Program Misuse
    1. 1.1. suid
      1. 1.1.1. Lets you directly read the flag!
      2. 1.1.2. Shows you that an over-privileged editor is a very powerful tool!
      3. 1.1.3. Requires you to understand their output to derive the flag from it!
      4. 1.1.4. Forces you to understand different archive formats!
      5. 1.1.5. Enables you to read flags by making them execute other commands!
    2. 1.2. Requires some light programming to read the flag.!
    3. 1.3. Lets you get the flag by doing tricks with permissions!
    4. 1.4. Lets you read the flag because they let you program anything!
  2. 2. Assembly Crash Course
    1. 2.0.1. level3
    2. 2.0.2. level4 div
    3. 2.0.3. level5 Modulus
    4. 2.0.4. level6 Register sizes
    5. 2.0.5. level7 Bitwise shift
    6. 2.0.6. level 8 Bitwise and
    7. 2.0.7. level 9 Bitwise logic
    8. 2.0.8. level 10 Memory reads and writes
    9. 2.0.9. leve11 Data sizes
    10. 2.0.10. level12 Dynamic address memory writes
    11. 2.0.11. level13 Consecutive memory reads
    12. 2.0.12. level14 The stack
    13. 2.0.13. level15 Swap register values with the stack
    14. 2.0.14. level16 Memory reads and writes with the stack
  • 3. Debugging Refresher
    1. 3.1. 参考资料
      1. 3.1.1. level3
        1. 3.1.1.1. gdb设置
  • 最新文章
    pwn入门-56-202312月升级赛
    pwn入门-56-202312月升级赛2024-02-25
    pwn入门-55-iofile入门之vtable劫持
    pwn入门-55-iofile入门之vtable劫持2024-02-11
    pwn入门-54-exit_hook函数利用
    pwn入门-54-exit_hook函数利用2024-02-11
    pwn入门-53-glibc之malloc源码分析
    pwn入门-53-glibc之malloc源码分析2024-02-11
    pwn入门-52-iofile结合特殊gadget进行rop
    pwn入门-52-iofile结合特殊gadget进行rop2024-02-10
    ©2022 - 2024 By 唐仔橙
    框架 Hexo|主题 Butterfly
    搜索
    数据库加载中