1. 문제 설명Unlock the vault to pass the level! // SPDX-License-Identifier: MITpragma solidity ^0.8.0;contract Vault { bool public locked; bytes32 private password; constructor(bytes32 _password) { locked = true; password = _password; } function unlock(bytes32 _password) public { if (password == _password) { locked = false; } }} 해당 컨트랙트의 locke..
Web3/Wargame
2024. 12. 10. 19:08
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- smart contract
- 정렬
- 파이썬
- Ethereum
- 프로그래머스
- 이더넛
- forensic
- 코딩테스트
- 이세돌
- 워게임
- blockchain
- Lord of SQL injection
- writeup
- YISF
- ctftime
- 디지털 포렌식
- 오블완
- 알고리즘
- 티스토리챌린지
- CTF
- Write up
- 디스코드 봇
- solidity
- Ethernaut
- Crypto
- 웹해킹
- Python
- misc
- web3
- Los
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
글 보관함