Home
Categories
Attack_Events_Analysis
Basic_Knowledge
Utils
CTFS
DEFI
PoC
Experience
Archives
About
Light
More
Tags
Friends
Home
Categories
Attack_Events_Analysis
Basic_Knowledge
Utils
CTFS
DEFI
PoC
Experience
Archives
About
Light
More
Tags
Friends
学会七十二变,应对八十一难
Home
Categories
Archives
About
Code
Resource
0xhacked_CTF
Here's something encrypted, password is required to continue reading.
2023-11-08
CTFS
0xhacked
CTFS
0xhacked
阅读全文
Paradigm_CTF_2021
前言 旨在使用新学的foundry来复现,提升自身水平,以及加强对工具的使用,比赛环境没了,只能自己模拟。 代码仓库:链接 0x00-hello1. request 使Setup合约中的isSolved函数返回true。 2. analysis 签到题,很简单,不必多说。 3. solve攻击合约 12345678910111213141516171819202122// SPDX-L...
2023-10-14
CTFS
Paradigm-CTF-2021
CTFS
Paradigm-CTF-2021
阅读全文
harvest_Paradigm_CTF_2021
Here's something encrypted, password is required to continue reading.
2023-10-14
Experience
CTF
Experience
CTF
阅读全文
Cheat contract
简介 这是一个蛮有意思的骗子合约,只要对外宣称只需要支付大于0.1ETH,便可以得到1ETH,是你,你会不会信🤪 骗子合约1234567891011121314151617181920212223242526272829303132// SPDX-License-Identifier: MITpragma solidity ^0.8.16;contract Cheat { ...
2023-10-13
Experience
tips
Experience
tips
阅读全文
Harvest-CBSC-2022
Here's something encrypted, password is required to continue reading.
2023-10-11
Experience
CTF
Experience
CTF
阅读全文
CBSC-2022
引言 📌 代码太多了,可以在GitHub找到:链接 0x00-TrusterLenderPool1. question 📌 掏空pool中的token0代币,成功执行Complete()函数。 2. analysis 这题的漏洞在于闪电贷函数中,borrower为任意地址,也可以是hacker地址,hacker可以实现receiveEther(uint256)函数,并在函数体中进行...
2023-10-11
CTFS
CBSC-2022
CTFS
CBSC-2022
阅读全文
uing of opcode log
前言 在刷chainflag-opcode-BoxGame发现这个很有趣,记录下。 Log1用法 log1(offset, size, topic): offset: byte offset in the memory in bytes. size: byte size to copy. topic1: 32-byte value. 以 event NewValue(uint256)...
2023-10-06
Basic_Knowledge
Solidity
Basic_Knowledge
Solidity
阅读全文
creationcode & runtimecode
bytecode, initcode,deploycode bytecode = type(Contract_Name).creationCode = init code + runtimeCode type(Contract_Name).runtimeCode = runtimeCode extcodecopy => runtimecode ...
2023-10-04
Basic_Knowledge
Solidity
Basic_Knowledge
Solidity
阅读全文
MetaTrust CTF
前言 比赛链接:LINK 代码仓库:LINK greeterVault1. 要求 成功调用SetUp的isSolved函数 2. 分析 考察delegatecall,delegatecall调用执行的是调用者的上下文,即Vault合约的上下文,在Logic合约中changeOwner函数的password实际上是Vault的logic变量,且修改的owner是Vault的owner,wi...
2023-09-17
CTFS
MetaTrust CTF
CTFS
MetaTrust CTF
阅读全文
harvest_MetaTrust CTF
Here's something encrypted, password is required to continue reading.
2023-09-17
Experience
CTF
Experience
CTF
阅读全文
上一页
3 / 14
下一页
粘贴文本
全选文本
剪切文本
复制文本
站内搜索
必应搜索
新标签页打开
复制链接地址
复制图片
谷歌识图
常见问题
本站源码
夜间模式
打印页面
阅读模式