Home
Yates at Web3
Cancel

Check Site Alive 01 Alive

refer to: https://github.com/adrianlarion/its-alive.git create a file named alive.txt: ./its-alive.sh /workspace2/beiersdorf.com alive.txt http://n.site1.com http://b.site1.com http://c.site1.com ...

Blockchain Foundry 3部署contract

refer to: https://book.getfoundry.sh/forge/deploying 特别简单。而且可以重复部署,没有hardhat 那种乱七八糟的概念。 forge create --rpc-url http://localhost:8545 --private-key 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8...

Blockchain Foundry 2basic

refer to: https://book.getfoundry.sh/ 创建项目: forge init test_foundry 内容如下: ... ./lib/forge-std/test/mocks ./lib/forge-std/test/mocks/MockERC20.t.sol ./lib/forge-std/test/mocks/MockERC721.t.sol ./l...

Blockchain Solidity漏洞 意外的ether Unexpected Ether

refer to: https://medium.com/hackernoon/hackpedia-16-solidity-hacks-vulnerabilities-their-fixes-and-real-world-examples-f3210eba5148 说明 错误的使用了this.balance, 与 selfdestruct()函数 (我也没看明白) 例子: contract...

Blockchain Solidity漏洞 重入漏洞re Entrancy

refer to: https://medium.com/hackernoon/hackpedia-16-solidity-hacks-vulnerabilities-their-fixes-and-real-world-examples-f3210eba5148 重入攻击 re-entrancy 攻击:  重点用在DAO上。 transfer() 发送失败则回滚交易,只使用23...

Python Pip Windows下的pip使用proxy

refer to: https://stackoverflow.com/questions/43473041/how-to-configure-pip-per-config-file-to-use-a-proxy-with-authentification 发现没有代理真的不行。今天想要下载个东西,20k每秒。一个中午没下好。 1. 创建文件: C:\Users\<username...

Crazytalk Deepfack 人脸替换 Ai人脸

如题 http://xxxxxxxxxs6qbnahsbvxbghsnqh4rj6whbyblqtnmetf7vell2fmxmad.onion/viewtopic.php?tid=21648#tradeinfo

Windows Asp空间 阿里云上的虚拟主机虚拟空间的购买和使用配置 Aliyun Host Asp Php Config

refer to:  阿里云上没有特别指明PHP和ASP空间,就叫 云虚拟主机, 只是在我们选择 操作系统是 Linux的时候,会自动出现PHP语言 选择操作系统是windows的时候,会自动出现ASP .NET语言 1. 购买: 点击 云虚拟主机 2. 点击 云虚拟主机的创建: 3. 选择 操作系统, 付款后,就可以看到各种信息了。 4. 直接使用 ftp 进行文件的上...

一款不错的scan工具qingscan

refer to: https://wiki.qingscan.site/yi-ji-cheng-gong-ju QingScan 是一款聚合扫描器,本身不生产安全扫描功能,但会作为一个安全扫描工具的搬运工; 当添加一个目标后,QingScan会自动调用各种扫描器对目标进行扫描,并将扫描结果录入到QingScan平台中进行聚合展示

Blockchain Solidity漏洞 Overflow Underflow上溢下溢

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

Attack Framework Mitre

refer to: http://attack.mitre.org/ https://www.youtube.com/watch?v=GYyLnff2XRo 读音: attack 全程: adversary (对手,威胁) tactics (战术) techniques (技术)  common knowledge (公开知识) 攻击方法表单 作用: 算是一个菜谱,看人下菜...

Linux Ubuntu下使用discord增加代理proxy

refer to:  https://xcel.me/howto-set-proxy-for-discord-app-on-linux/ 完整命令: Exec=env http_proxy=http://127.0.0.1:8123 https_proxy=http://127.0.0.1:8123 /usr/bin/discord --proxy-server="http://...

Iftop的解释 查看网络流量monitor Network Traffic

refer to: https://askubuntu.com/questions/257263/how-to-display-network-traffic-in-the-terminal https://jaminzhang.github.io/linux/linux-iftop/

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

refer to: https://github.com/smartdec/smartcheck https://www.getsecureworld.com/blog/top-10-solidity-smart-contract-audit-tools/ 安装 npm install @smartdec/smartcheck -g 使用 进入到项目目录。 smartcheck -p...

Linux 修改进程名称change Linux Process Name

refer to https://www.honeybadger.io/blog/how-to-change-the-process-name-in-ruby-for-top-and-ps/ 找了几个。有2种方案 1. 在ruby进程中修改名称。 Process.setproctitle("sleeper") puts 'hi, now sleep' sleep 1000 然后就可以...

K8s Kubernetes 入门和使用kubectl Kind

refer to: https://kubernetes.io/docs/home/ K8S我其实不喜欢。这个东西太啰嗦复杂了。很难让全栈工程师上手。适用于 30人以上喜欢雇佣运维的公司。 对于小团队来说,几个人,用一个ubuntu, 传统方式部署,就妥妥的了。 用K8S之前,先问问你的在线用户有多少,你的每秒并发有多少? 如果是个默默无闻的小破网站,过几年就倒闭的那种,就老老实实的别...

Linux Php 使用docker同时支持多版本的php Apache

refer to: https://www.php.net/manual/zh/install.unix.debian.php 最高级方式: docker 无论是windows, 还是linux , 直接用docker吧,各种版本隔离的非常好。 1. docker-compose  文件:(具体用法不说了) version: '3' services: php5.4: ...

Gather Information Theharvester

refer to: https://github.com/laramies/theHarvester/blob/master/README.md Caution: 记得在大陆外部的服务器上运行 run from HK or other server otherwise you will get errors. 需要很多的内存。 ( 60+ mb 每个进程)  需要使...

Blockchain Solidity Keccak科拆客

refer to: https://youglish.com/pronounce/keccak/english/all/cptc=1 'kechaek keccak , keccak256, sha3, sha256 类似,有的说是同一个东西。 kimi说不是一个。 keccack256返回的是啥? https://ethereum.stackexchange.com/questions/...

Linux 卸载云镜 Usr Local Qcloud Yunjing Ydeyes Ydservice

refer to: https://blog.csdn.net/zhangpeterx/article/details/89704532 发现一台机器上 YDService 的CPU运行时间是最长的 , 如果不是这台机器的CPU负载刚刚达到40多,我也不会理会这个小进程的。 把它果断干掉啊。 sudo su cd /usr/local/qcloud/YunJing/ ./uninst.sh...