A simple martingale strategy for okx market
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/python3 | |
# From https://wetranslate.thiscould.work/scene.pkg/ and | |
# Exactly from https://github.com/redpfire/we | |
import io | |
import zipfile | |
class File: | |
def __init__(self,content:bytes): | |
self.content = 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
import json | |
import hashlib | |
import os | |
license = { | |
"header": {"version": 1}, | |
"payload": { | |
"name": "meow :3", | |
"email": "[email protected]", | |
"licenses": [ |
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
------------------------------------- | |
Translated Report (Full Report Below) | |
------------------------------------- | |
Process: arknights [48031] | |
Path: /Users/USER/*/明日方舟.app/arknights | |
Identifier: com.hypergryph.arknights | |
Version: 2.2.81 (123) | |
Code Type: ARM-64 (Native) | |
Parent Process: launchd [1] |
出题碎碎念:
嗯...题面没有骗人。
首先就是确实那天App1e_Tree打穿了全场。
然后空虚和寂寞嘛...这个大家可以去问问他(?。
确实也是在天津街头闲逛的时候拍到的东西。
想必做到这一步的你应该看得出来504b
是什么东西了吧?
有没有想起comment里说的密码是什么?
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
{ | |
"log": { | |
"loglevel":"debug" | |
}, | |
"inbounds": [ | |
{ | |
"protocol": "dokodemo-door", | |
"port": 50005, | |
"settings": { | |
"address": "172.20.0.2", |
PyMd5 from https://github.com/Utkarsh87/md5-hashing/blob/master/md5.py
Usage:
from hash_ext_exp import HashExtensionExploit
import hashlib
key = b"test"
old_msg = b"1234555"
old_hash = hashlib.md5(key+old_msg).hexdigest()
nhash,nmsg = HashExtensionExploit(old_msg,old_hash,len(key),b"1234").run();
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 base64 as b64 | |
def bintotext(ress, count=7): | |
res = "" | |
for i in range(0, len(ress), count): | |
res += chr(int(ress[i : i + count], 2)) | |
return res | |
NewerOlder