mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-06-11 00:02:29 +02:00
c5e5ae48e1
Lots of source additions here from long-standing notes over the past few
months. Squashed to make it neater than 219 commits.
- bump version to v1.2.4, Jun 2026
- expand Tor section with new "Traffic analysis and the limits of Tor" subsection
guard node persistence, website fingerprinting, and a practical breakdown of
when Tor is and is not sufficient
- expand hardware/firmware threat section with new subsections on firmware
implants, USB attack hardware (O.MG Cable, Rubber Ducky), Evil Maid attacks,
supply chain compromise, and a physical inspection checklist
- rename "Removing Metadata from Files/Documents/Pictures" section to "Metadata
auditing"; add reference table of tools by file type; expand EXIF/XMP coverage,
PDF metadata (font fingerprinting), and DOCX revision history with real-world
source identification cases; restructure subsections
- add introductory paragraph to "Your Metadata" section
- add new appendix B8: operational security failure case studies with common
threads
- add new appendix B9: post-quantum cryptography covering HNDL threat, NIST PQC
standards, Signal's PQXDH, browser hybrid KEM, PGP limitations, VPN guidance,
and Monero note
- add new appendix C1: stylometric analysis and writing style covering features
measured, deployed tools, real cases (J.K. Rowling), effective and ineffective
countermeasures including AI rewriting
- fix Dangerzone GitHub URL (firstlook -> freedomofpress)
- Remove duplicate footnote [^500]; minor wording fixes ("users" -> "people",
passive voice tweaks, cross-reference updates)
- docs/index.md: both MSK and RSK GPG fingerprints in a collapsible tip admonition
instead of bare text
- docs/about/index.md: convert Note admonitions to tip; reformat social media
links into collapsible tip block
- docs/mirrors/index.md: simplify PDF download instructions to point to Releases;
- README.md: add star history chart
- mkdocs.yml: rename site to "The Hitchhiker's Guide"; update site description
with hashtags
- sign.yml: remove commented-out workflow_run trigger and if: condition; add
verify job that runs after sign, downloads artifacts, runs verify_pdf.py, and
writes a full job summary with hashes; update artifact upload description; minor
comment and whitespace cleanup
- release.yml, changelog.yml: replace decorative banner comments with single-line
comments; fix trailing-space style in permissions block
- publish.yml: remove stale comment about nomaterial theme
- verify_pdf.py: full rewrite: replace single-hash-file lookup with flexible
resolver that checks both bare hash files (.sha256, .b2sum) and two-column
sumfiles (sha256sums.txt, b2sums.txt); add BLAKE2b verification alongside
SHA-256; fix signature extension (.asc not .sig); improve CLI (--file,
--export-dir flags; remove --all; default runs all checks); improve VirusTotal
output with direct link; cleaner output formatting with ruled separators
144 lines
4.0 KiB
YAML
144 lines
4.0 KiB
YAML
site_name: The Hitchhiker's Guide
|
|
site_author: Anonymous Planet
|
|
site_description: "The comprehensive guide for online #anonymity and #opsec."
|
|
site_dir: '/site/'
|
|
docs_dir: 'docs/'
|
|
site_url: "https://www.anonymousplanet.org/"
|
|
repo_url: "https://github.com/Anon-Planet/thgtoa"
|
|
repo_name: ""
|
|
#edit_uri: ""
|
|
theme:
|
|
name: material
|
|
locale: en
|
|
favicon: media/profile.png
|
|
icon:
|
|
logo: material/bird
|
|
repo: simple/github
|
|
font:
|
|
text: Public Sans
|
|
code: Liberation Mono
|
|
features:
|
|
- navigation.instant
|
|
- navigation.instant.prefetch
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- toc.integrate
|
|
- navigation.top
|
|
- search.suggest
|
|
- search.highlight
|
|
- content.tabs.link
|
|
- content.code.annotation
|
|
- content.code.copy
|
|
language: en
|
|
palette:
|
|
- scheme: default
|
|
toggle:
|
|
icon: material/eye-outline
|
|
name: Switch to dark mode
|
|
primary: green
|
|
accent: blue
|
|
- scheme: slate
|
|
toggle:
|
|
icon: material/eye
|
|
name: Switch to light mode
|
|
primary: grey
|
|
accent: teal
|
|
|
|
plugins:
|
|
- social: {}
|
|
# - with-pdf:
|
|
- search:
|
|
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
|
|
# - macros: {}
|
|
# - meta: {}
|
|
# - git-latest-tag: {}
|
|
# - git-authors: {}
|
|
# - git-latest-release: {}
|
|
|
|
extra_css:
|
|
- stylesheets/extra.css
|
|
|
|
extra:
|
|
social:
|
|
- icon: simple/mastodon
|
|
link: https://mastodon.social/@anonymousplanet
|
|
name: Mastodon
|
|
- icon: simple/gitlab
|
|
link: http://wmj5kiic7b6kjplpbvwadnht2nh2qnkbnqtcv3dyvpqtz7ssbssftxid.onion/
|
|
name: "0xacab"
|
|
- icon: simple/gitea
|
|
link: http://it7otdanqu7ktntxzm427cba6i53w6wlanlh23v5i3siqmos47pzhvyd.onion/anonymousplanetorg
|
|
name: Darktea
|
|
- icon: simple/github
|
|
link: https://github.com/anon-planet
|
|
name: Github
|
|
- icon: simple/gitlab
|
|
link: https://gitlab.com/anonymousplanetorg
|
|
name: Gitlab
|
|
- icon: simple/codeberg
|
|
link: https://codeberg.org/anonymousplanet
|
|
name: Codeberg
|
|
# - icon: simple/torbrowser
|
|
# link: http://thgtoa3jzy3doku7hkna32htpghjijefscwvh4dyjgfydbbjkeiohgid.onion/
|
|
# name: Hidden service
|
|
|
|
markdown_extensions:
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- admonition
|
|
- pymdownx.arithmatex:
|
|
generic: true
|
|
- footnotes
|
|
- pymdownx.details
|
|
- pymdownx.mark
|
|
- attr_list
|
|
- pymdownx.emoji:
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
|
|
- pymdownx.critic: {}
|
|
- pymdownx.caret: {}
|
|
- pymdownx.keys: {}
|
|
- pymdownx.mark: {}
|
|
- pymdownx.tilde: {}
|
|
- pymdownx.snippets: {}
|
|
- pymdownx.tasklist:
|
|
custom_checkbox: true
|
|
- attr_list: {}
|
|
- def_list: {}
|
|
- md_in_html: {}
|
|
- meta: {}
|
|
- abbr: {}
|
|
- tables: {}
|
|
- footnotes: {}
|
|
- toc:
|
|
permalink: true
|
|
toc_depth: 3
|
|
|
|
nav:
|
|
- Welcome: index.md
|
|
- About: about/index.md
|
|
- Verify: verify/index.md
|
|
- Guide:
|
|
- guide/index.md
|
|
- Code:
|
|
- code/index.md
|
|
- Develop: code/develop.md
|
|
- Contribute: contribute/index.md
|
|
- Constitution: constitution/index.md
|
|
- Mirrors: mirrors/index.md
|
|
- Twitter: twitter/index.md
|
|
- Releases: changelog/index.md
|
|
|
|
copyright: |
|
|
<a href="https://anonymousplanet.org/">The Hitchhiker's Guide</a> ©2023-2026 by <a href="https://psa.anonymousplanet.org/">Anonymous Planet</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a><img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"><img src="https://mirrors.creativecommons.org/presskit/icons/nc.svg" alt="" style="max-width: 1em;max-height:1em;margin-left: .2em;"></a>
|