Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- Branch
- codegate2017
- gogs private git
- shellcraft
- https설정
- 도메인 https
- Codegate
- https
- 코드게이트2017
- 코드게이트 주니어
- Hacking
- doorlock
- gogs
- BLUETOOTH
- NGINX
- CVE
- Git
- pwnable
- CODEGATE2018
- xlsx
- node.js
- blueborne
- module
- 코드게이트
- node
- openctf
- lob
- npm
- 노드 엑셀
- pwntools
Archives
- Today
- Total
고졸백수해킹일기
node-guardians proxy-security
보호되어 있는 글입니다.
Blockchain
2024. 8. 13. 20:28
맥북 iterm 터미널 git branch 정보 삭제
git config --global --add oh-my-zsh.hide-info 1 https://stackoverflow.com/questions/48535475/hiding-git-branch-information-in-oh-my-zsh
카테고리 없음
2024. 8. 2. 15:56
solidity abi call at contract using solidity
function 인자의 각 자료형에 맞도록 맞춰줘야함.bytes memory data = abi.encodeWithSelector(funciton signature, arg1, arg2, arg3);(bool success, bytes memory result) = a.call{value: v, gas: g}(data);bytes memory data = abi.encodeWithSignature('abc(uint256',1234)
Blockchain
2024. 7. 31. 17:08