Skip to content

Instantly share code, notes, and snippets.

View adulau's full-sized avatar
👨‍💻
Doing stuff

Alexandre Dulaunoy adulau

👨‍💻
Doing stuff
View GitHub Profile
@adulau
adulau / DumpLinuxMemory.md
Created March 5, 2013 22:03
Acquiring memory from a running Linux system (notes)

How to acquire memory from a running Linux system

Dumping memory on Linux system can be cumbersome especially that the behavior might be different among different GNU/Linux distribution or Linux kernel version. In the early days, the easiest was to dump the memory from the memory device (/dev/mem) but over time the access was more and more restricted in order to avoid malicious process to directly access the kernel memory directly. The kernel option CONFIG_STRICT_DEVMEM was introduced in kernel version 2.6 and upper (2.6.36–2.6.39, 3.0–3.8, 3.8+HEAD). So you'll need to use a Linux kernel module in order to acquire memory.

fmem

@adulau
adulau / Mythos smythos! How to find 0day with lesser models.md
Created May 8, 2026 14:56
Mythos smythos! How to find 0day with lesser models

YouTube Transcript: Mythos smythos! How to find 0day with lesser models

Video Information

  • Channel: Risky Business Media
  • Title: Mythos smythos! How to find 0day with lesser models
  • Date: May 8, 2026

Full Transcript Details

[00:00:03] hey everyone I'm James Wilson and welcome to this risky business features interview with Neil's Provos neils is someone who

@adulau
adulau / tor2web-list.md
Last active April 29, 2026 18:21
Tor2web and tor proxies public list

Tor2web and tor proxies public list

List of services which are giving access to Tor network and especially Tor hidden services via web interface. We keep track of potential injection or abuse from such service (the column Scam).

List

Url Status Domain Log Techno Scam
https://onion.re/ DOWN onion.re full custom no
@adulau
adulau / iranian.md
Created April 12, 2026 06:18
Iranian
ETH Library

Iranian Cyber-activities in the

Context of Regional Rivalries and

International Tensions

{"containers": {"cna": {"affected": [{"product": "n/a", "vendor": "n/a", "versions": [{"status": "affected", "version": "n/a"}]}], "datePublic": "2011-02-23T00:00:00.000Z", "descriptions": [{"lang": "en", "value": "The TFTP implementation on Cisco TelePresence endpoint devices with software 1.2.x through 1.5.x, 1.6.0, and 1.6.1 allows remote attackers to obtain sensitive information via a GET request, aka Bug ID CSCte43876."}], "problemTypes": [{"descriptions": [{"description": "n/a", "lang": "en", "type": "text"}]}], "providerMetadata": {"dateUpdated": "2011-03-31T09:00:00.000Z", "orgId": "d1c1063e-7a18-46af-9102-31f8928bc633", "shortName": "cisco"}, "references": [{"name": "1025112", "tags": ["vdb-entry", "x_refsource_SECTRACK"], "url": "http://www.securitytracker.com/id?1025112"}, {"name": "20110223 Multiple Vulnerabilities in Cisco TelePresence Endpoint Devices", "tags": ["vendor-advisory", "x_refsource_CISCO"], "url": "http://www.cisco.com/en/US/products/products_security_advisory09186a0080b6e152.shtml"}
@adulau
adulau / http2-rapid-reset-ddos-attack.md
Last active March 15, 2026 20:08
HTTP/2 Rapid Reset DDoS Attack

Introduction

This Gist aims to centralise the most relevant public sources of information related to the HTTP/2 Rapid Reset vulnerability. This vulnerability has been disclosed jointly by Google, Amazon AWS, and Cloudflare on 10 October 2023 at 12:00 UTC.

Please help us make this page as comprehensive as possible by contributing relevant references, vendor advisories and statements, mitigations, etc.

References

@adulau
adulau / cve_v5-1.json
Created August 18, 2025 09:36
GCVE-1337-2025-00000000000000000000000000000000000000000000000001011111011111010111111001000000000000000000000000000000000000000000000000000000001 in CVEv5 format
{
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"cveMetadata": {
"vulnId": "",
"cveId": "CVE-2025-8452",
"vulnId": "GCVE-1337-2025-00000000000000000000000000000000000000000000000001011111011111010111111001000000000000000000000000000000000000000000000000000000001",
"assignerOrgId": "00000000-0000-4000-9000-000000000000",
"assignerShortName": "AHA",
"vulnerabilitylookup_history": null,
@adulau
adulau / alt-to-gnupg.md
Last active August 7, 2025 16:20
Alternative to GnuPG/OpenPGP - including encryption at rest, file and backup

List of GnuPG/OpenPGP replacement (not OpenPGP compatible)

List of GnuPG replacement (OpenPGP compatible)

@adulau
adulau / yinyang-in-latex.md
Last active June 25, 2025 07:12
Yinyang in tikz (LaTeX) because Saad and Emilien are annoying and Unicode is crap

Yinyang in tikz (LaTeX) because Saad and Emilien are annoying and Unicode is crap

\usepackage{tikz}

\newcommand{\yingyang}{% rotate to match your current mind state
  \begin{tikzpicture}[scale=0.2, baseline=-0.1cm, rotate=-45]
    % Outer circle (black)
    \draw[thick, fill=black] circle (1);