- https://www.team-cymru.com/post/an-introduction-to-operational-relay-box-orb-networks-unpatched-forgotten-and-obscured
- https://www.team-cymru.com/post/botnet-7777-are-you-betting-on-a-compromised-router
- https://www.team-cymru.com/post/uncovering-dprk-remote-workers
- https://youtu.be/tbZWCT4h2jQ
- https://www.kaspersky.co.uk/blog/turla-apt-exploiting-satellites/6210/
- https://www.microsoft.com/en-us/security/blog/2024/12/04/frequent-freeloader-part-i-secret-blizzard-compromising-storm-0156-infrastructure-for-espionage/
- https://www.microsoft.com/en-us/security/blog/2024/12/11/frequent-freeloader-part-ii-russian-actor-secret-blizzard-using-tools-of-other-groups-to-attack-ukraine/
- https://cloud.google.com/blog/topics/threat-intelligence/turla-galaxy-opportunity/
- https://www.ncsc.gov.uk/news/turla-group-exploits-iran-apt-to-expand-coverage-of-victims
Discover gists
| atl*CLI> core show help | |
| ! -- Execute a shell command | |
| acl show -- Show a named ACL or list all named ACLs | |
| ael reload -- Reload AEL configuration | |
| ael set debug {read|tokens|macros|contexts|off} -- Enable AEL debugging flags | |
| agi dump html -- Dumps a list of AGI commands in HTML format | |
| agi exec -- Add AGI command to a channel in Async AGI | |
| agi set debug [on|off] -- Enable/Disable AGI debugging | |
| agi show commands [topic] -- List AGI commands or specific help | |
| aoc set debug -- enable cli debugging of AOC messages |
| // cl.exe /Ox /GA /LD winscard.cpp | |
| // winscard.cpp Put the following files in the same folder: | |
| // Crypto.cpp, Crypto.h, Decoder-ECM.cpp, Decoder.h, Global.h | |
| // Keys.cpp, Keys.h, Keyset.cpp, Keyset.h | |
| // You should modify "Size" in Decoder-ECM.cpp l42 to "Size-3" | |
| #include <Windows.h> | |
| #define htons htons_ | |
| #define ntohs ntohs_ | |
| #include "Crypto.cpp" |
| name | RE-SKILLS.md |
|---|---|
| description | Use whenever the user says "reverse engineer", "ida", or "ghidra"; also use for generic reverse-engineering workflows involving IDA Pro, Ghidra, emulation, Frida, USB/libusb, ADB, reporting, and durable note-taking. Keep guidance target-agnostic and avoid vendor-, platform-, subsystem-, or device-family-specific assumptions. |
Generic reverse-engineering workflow guidance for future sessions. This skill is target-agnostic: do not encode vendor-, platform-, subsystem-, or device-family-specific assumptions here.
| // ==UserScript== | |
| // @name Disable GitLab issues drawer | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Disable GitLab issues drawer | |
| // @author Gabriel Ferreira | |
| // @match https://gitlab.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=gitlab.com | |
| // @grant none | |
| // ==/UserScript== |
A pattern for building personal knowledge bases using LLMs.
This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.
Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.
ICE Out; Abolish ICE
Snake is a fun game to make as it doesn't require a lot of code (less than 100 lines with all comments removed). This is a basic implementation of the snake game, but it's missing a few things intentionally and they're left as further exploration for the reader.
- Do not subscribe to all services at once, as most have limited validity periods for their credits. We recommend testing them one by one, moving to the next only after your current credits are exhausted.
- Register, verify your account, and claim your credits. then Follow documentation on each site to configure your coding tools.
- Keep your API keys secure and do not share them publicly. (save or star this gist for future update)
1. OpenRouter - They have some Free models, but...
Picking the right architecture = Picking the right battles + Managing trade-offs
- Clarify and agree on the scope of the system
- User cases (description of sequences of events that, taken together, lead to a system doing something useful)
- Who is going to use it?
- How are they going to use it?
