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
- 티스토리챌린지
- ctftime
- Lord of SQL injection
- 디스코드 봇
- 이세돌
- CTF
- 이더넛
- web3
- Los
- Write up
- 정렬
- Ethereum
- blockchain
- Ethernaut
- 파이썬
- YISF
- Python
- misc
- 웹해킹
- 프로그래머스
- 알고리즘
- writeup
- solidity
- 워게임
- Crypto
- 코딩테스트
- 오블완
- smart contract
- 디지털 포렌식
- forensic
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함