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 struct, sys | |
| mn_v2_words = [ | |
| "like", "just", "love", "know", "never", "want", "time", "out", "there", | |
| "make", "look", "eye", "down", "only", "think", "heart", "back", "then", | |
| "into", "about", "more", "away", "still", "them", "take", "thing", "even", | |
| "through", "long", "always", "world", "too", "friend", "tell", "try", | |
| "hand", "thought", "over", "here", "other", "need", "smile", "again", | |
| "much", "cry", "been", "night", "ever", "little", "said", "end", "some", | |
| "those", "around", "mind", "people", "girl", "leave", "dream", "left", |
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 hashlib, json, os, sys | |
| # requires packages requests and pycryptodome | |
| # run with | |
| # python blockchaincom_decrypt.py [GUID] password | |
| import requests | |
| from Crypto.Cipher import AES | |
| guid = sys.argv[1] |
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 hashlib, itertools, json, socket, ssl, sys | |
| words = [ "like", "just", "love", "know", "never", "want", "time", "out", | |
| "there", "make", "look", "eye", "down", "only", "think", "heart", "back", | |
| "then", "into", "about", "more", "away", "still", "them", "take", "thing", | |
| "even", "through", "long", "always", "world", "too", "friend", "tell", | |
| "try", "hand", "thought", "over", "here", "other", "need", "smile", | |
| "again", "much", "cry", "been", "night", "ever", "little", "said", "end", | |
| "some", "those", "around", "mind", "people", "girl", "leave", "dream", | |
| "left", "turn", "myself", "give", "nothing", "really", "off", "before", |
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 hashlib, sys | |
| b58ab = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz" | |
| def b58csum(s): | |
| return hashlib.sha256(hashlib.sha256(s).digest()).digest()[0:4] | |
| def b58decode(s, checksum=True): | |
| idx = 0 | |
| while s[idx] == "1": |
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 hashlib | |
| b58ab = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz" | |
| def b58csum(s): | |
| return hashlib.sha256(hashlib.sha256(s).digest()).digest()[0:4] | |
| def b58decode(s, checksum=True): | |
| idx = 0 | |
| while s[idx] == "1": |
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
| ; | |
| ; +-------------------------------------------------------------------------+ | |
| ; | This file has been generated by The Interactive Disassembler (IDA) | | |
| ; | Copyright (c) 2015 Hex-Rays, <[email protected]> | | |
| ; | License info: 48-B611-7234-BB | | |
| ; | Doskey Lee, Kingsoft Internet Security Software | | |
| ; +-------------------------------------------------------------------------+ | |
| ; |
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 struct, sys, cStringIO, os | |
| from edoslib import * | |
| def decodebits(s): | |
| cs = cStringIO.StringIO(s) | |
| res = "" | |
| while True: | |
| t = "01" |
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 struct, sys | |
| p = ("\x2f\x43", "\x43\x2f") | |
| pnewdata = "\x57\x43" | |
| penddata = "\x57\x2f" | |
| def add_kernel_byte(c): | |
| s = pnewdata | |
| c = ord(c) |
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 struct, sys | |
| p = ("\x2f\x43", "\x43\x2f") | |
| pnewdata = "\x57\x43" | |
| penddata = "\x57\x2f" | |
| def add_kernel_byte(c): | |
| s = pnewdata | |
| c = ord(c) |
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 struct, sys | |
| p = ("\x30\x42", "\x42\x30") | |
| pnewdata = "\x56\x42" | |
| penddata = "\x56\x30" | |
| def add_kernel_byte(c): | |
| s = pnewdata | |
| c = ord(c) |