分析对象:Sato(以太坊主网,2026‑05‑03 上线) 分析时间:2026‑05‑04(链上块高 ~25,017,544) 分析者:基于 Blockscout PRO API + NodeReal RPC + 已验证源码 + opcode‑aware 字节码扫描
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env node | |
| /** | |
| * HumidiFi Swap Parser | |
| * Parses and decodes obfuscated swap data from HumidiFi transactions on Solana. | |
| * | |
| * HumidiFi obfuscates swap parameters using XOR encryption. This script decrypts | |
| * the data and extracts: pool address, tokens involved, and swap amounts. | |
| * | |
| * Usage: | |
| * node humidifi-swap-parser.js <transaction_signature> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use std::fs; | |
| use std::path::Path; | |
| use argon2::{ | |
| password_hash::{ | |
| rand_core::OsRng, | |
| PasswordHasher, SaltString | |
| }, | |
| Argon2 | |
| }; | |
| use aes_gcm::{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /// | |
| /// Run this example with: | |
| /// cargo run --example client_exec_interactive -- -u <username> -p <password> <host> <command> | |
| /// | |
| use std::convert::TryFrom; | |
| use std::env; | |
| use std::path::{Path, PathBuf}; | |
| use std::sync::Arc; | |
| use std::time::Duration; |
- get account id and bot token via https://t.me/BotFather and https://t.me/getmyid_bot
- Fullfill
SENDKEYMASTER_IDandTELEGRAM_BOT_TOKEN - Send notifications :
curl https://yourworker.address/your_sendkey_here.send?title=short_title&desp=long_content
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Step 0: Welcome | |
| echo "✨ Welcome! This script will prepare your server for the Quilibrium node installation. ✨" | |
| echo "" | |
| echo "Made with 🔥 by LaMat - https://quilibrium.one" | |
| echo "Helped by 0xOzgur.eth - https://quilibrium.space" | |
| echo "=====================================================================================" | |
| echo "" | |
| echo "Processing... ⏳" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .body | |
| %span | |
| %span | |
| %span | |
| %span | |
| %span | |
| .base | |
| %span | |
| .face | |
| .longfazers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { getAssetFromKV, mapRequestToAsset } from '@cloudflare/kv-asset-handler' | |
| /** | |
| * The DEBUG flag will do two things that help during development: | |
| * 1. we will skip caching on the edge, which makes it easier to | |
| * debug. | |
| * 2. we will return an error message on exception in your Response rather | |
| * than the default 404.html page. | |
| */ | |
| const DEBUG = false |
I hereby claim:
- I am yukicoco on github.
- I am sayokurisu (https://keybase.io/sayokurisu) on keybase.
- I have a public key ASD8rP2A-vBJzvRrqTLtbv1OIG_0ApZ0XShY_U_EfId1vQo
To claim this, I am signing this object: