最新文章

Enscontent Hash 第三方包

少于 1 分钟阅读

refer to: https://github.com/ensdomains/content-hash https://github.com/ensdomains/ensjs-v3/blob/main/packages/ensjs/src/utils/contentHash.ts 可以很方便的大家进行各种转换...

Ubuntu Terminalrenametab重命名标签页

少于 1 分钟阅读

refer to: https://askubuntu.com/questions/636944/how-to-change-the-title-of-the-current-terminal-tab-using-only-the-command-line 工作开发多了,会发现tab的数量太多, 如果能设置各种标...

Solidity漏洞re Entry

1 分钟阅读

refer to: https://medium.com/hackernoon/hackpedia-16-solidity-hacks-vulnerabilities-their-fixes-and-real-world-examples-f3210eba5148 下面不用看了,没说明白,直接看这个:https...

Solidity漏洞overflow Underflow

1 分钟阅读

refer to: https://medium.com/hackernoon/hackpedia-16-solidity-hacks-vulnerabilities-their-fixes-and-real-world-examples-f3210eba5148   见第二个例子 https...

Solidity漏洞 意外的ether

1 分钟阅读

refer to: https://medium.com/hackernoon/hackpedia-16-solidity-hacks-vulnerabilities-their-fixes-and-real-world-examples-f3210eba5148 说明 错误的使用了this.balance, ...

Pc 现在的工作环境windows+wslubuntu+docker

少于 1 分钟阅读

促使我这样做的原因: 1. 32G内存不够 2. 各种应用对于linux实在不友好(微信,slack, 任意一款远程 桌面软件,聊天软件,更别说娱乐了。。。)

Blockchain Audit自动化的代码审查工具slither

少于 1 分钟阅读

refer to: https://github.com/crytic/slither#how-to-install slither也是一款contract的代码审查工具。 注意:使用它的前提,是需要把整个项目做个编译。不能编译的项目无法被slither审计。 安装 pip3 install slither-...

Linux Pythonproxy

少于 1 分钟阅读

refer to: https://superuser.com/questions/423563/convert-http-requests-to-socks5 最初的目的是为了在docker中可以使用proxy 然后发现在windows下,就算host使用了vpn, proxy也不受影响 docker 似乎仅...

引诱人充手续费的骗局

少于 1 分钟阅读

refer to: https://etherscan.io/tx/0x74c3c589a909aa4f17ee406ba7388b2507eca3b027663e77bbd97ddc4ddd5a9a 这个是典型的TRX的:

自动发现别人私钥的地方ethkey

少于 1 分钟阅读

refer to: https://ethkey.net/auto-crawling-keys 可以看到, 就是对别人的ETH钱包的私钥做的枚举破解。。。太NB了。

Goerli测试网络领取usdt空投

少于 1 分钟阅读

refer to: https://amazing-faucet.vercel.app/ 直接领500U, 每天. goerli的USDT的地址: 0xC2b783b9375E044A5992B83dE29C9f9e03Ec773c

Security 使用slither审计foundry项目

少于 1 分钟阅读

refer to: https://ethereum.stackexchange.com/questions/107416/slither-tool-error-on-contract-that-inherit-from-openzeppeling/158348#158348 对于某个web3项目,使用fou...

Blockchain 代码审计工具10款

少于 1 分钟阅读

refer to: https://www.getsecureworld.com/blog/top-10-solidity-smart-contract-audit-tools/ VulnDetector Slither SmartCheck Oyente Mythril ...