
SapientFlow
26 posts

SapientFlow
@sapientflow
Red Teaming & Malware Development







That's wrong mate. Ripple is a software company, XRPL is the blockchain, and the native token. XRP has nothing to do with messaging. XRPL API use JSON for messaging, ISO20022 is written in XML. FK I even gave you example of an ISO20022. And you probably don't know what you're looking at. Here is an XRPL "message", aka transaction, does that look like an ISO20022 message, 🤦🏾 { "TransactionType": "Payment", "Account": "rEXAMPLEsendeRAddresS", "Destination": "rEXAMPLEreceiveRAddresS", "Amount": "1000000", "Memos": [ { "Memo": { "MemoType": "6D657373616765", // "message" in hex "MemoData": "48656C6C6F2C20776F726C6421" // "Hello, world!" in hex } } ] }










After reading @C5pider's blog I got an idea how to implement global shellcode context without NtProtectVirtualMemory: Add magic header to context struct, place context on stack, append its address to peb.ProcessHeaps and retrieve it from there when needed. No syscalls required.










My first ever blog post is out: @sapientflow/finding-pastures-new-an-alternate-approach-for-implant-design-644611c526ca" target="_blank" rel="nofollow noopener">medium.com/@sapientflow/f…
Happy for any constructive criticism or anyone that just wants to engage on the topic.






