Of Questionable Relevancy
open-menucloseme
  • Small Binaries in Zig

    calendar Sep 14, 2023 · 3 min read · zig  ·
    Share on: twitter facebook linkedin copy

    So Zig can create some pretty small binaries!

    So I was doing a ctf last week and found that I needed to upload some binaries to a target machine with minimal tooling via a somewhat cumbersome mechanism.

    Thus I was very interested in minimizing the size of the uploaded binary.


    Read More
  • The SHA of this tweet

    calendar Sep 11, 2023 · 2 min read · math probability  ·
    Share on: twitter facebook linkedin copy

    So there’s this cool tweet:

    Sha Tweet


    Read More
  • Yubikey

    calendar Jul 29, 2023 · 1 min read · hardware  ·
    Share on: twitter facebook linkedin copy

    So picked up a yubikey, and am digging into how linux handles these sorts of things exactly. It looks like the linux-pam module delegates to pam-u2f, which appears to be written by Yubico themselves.


    Read More
  • Man -k

    calendar Jul 29, 2023 · 1 min read · notes  ·
    Share on: twitter facebook linkedin copy

    While researching how libpam works, I learned you can search all man pages by using the -k option. So man -k pam_ will give you all the man pages associated with pam modules.


    Read More
  • Attercop and Naumachia

    calendar May 23, 2023 · 3 min read · networking hacking  ·
    Share on: twitter facebook linkedin copy

    Old fat spider spinning in a tree! Old fat spider can’t see me! Attercop! Attercop! Won’t you stop, Stop your spinning and look for me?

    https://www.ettercap-project.org/


    Read More
  • May 17 2023

    calendar May 17, 2023 · 1 min read  ·
    Share on: twitter facebook linkedin copy

    Pari documentation read. Probably should have done this the first time. Pari Documentation Main things of note: avma corresponds to the top of the pari stack (pari stack is managed separately than the normal stack, presumably so that it can be made much larger than the usual stack). The following previously mysterious …


    Read More
  • Index Calculus

    calendar May 16, 2023 · 3 min read · Number Theory math  ·
    Share on: twitter facebook linkedin copy

    Alright, so it turns out that Pari doesn’t use just pohlig helman, or rather it doesn’t proceed use Baby Step Giant Step or Pohlard Rho for the discrete log step on the reduced prime (I’ll probably do a write up for those later, they’re cool!)

    Rather, it uses the Index Calculus.


    Read More
  • Testing Hugo Markup

    calendar May 15, 2023 · 1 min read  ·
    Share on: twitter facebook linkedin copy

    It’s a particle! In a box!


    Read More
  • Snake

    calendar May 11, 2023 · 2 min read · hacking  ·
    Share on: twitter facebook linkedin copy

    Well this is interesting. CISA has published an article detailing information about the SNAKE malware, which they have explicitly declared was created by Center 16 and is controlled by the Russian FSB

    https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-129a


    Read More
  • Pagination

    calendar May 11, 2023 · 2 min read  ·
    Share on: twitter facebook linkedin copy

    So fun thing about pagination, its a pain.

    When querying a large dataset, many apis will provide a “page” parameter (and also limit the maximum results that can be returned).

    A serious problem though with APIs that do this is that they can result in an inconsistent view of the data. The worst thing that can …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

Recent Posts

  • Golden Ticket
  • B4B8
  • Fixed Points for RSA
  • binfmt_misc and WSL
  • Gdb autoloading of local .gdbinit files
  • Systems of Xor
  • Eclairs
  • Extcap

Categories

NUMBER THEORY 2

Tags

MATH 7 CTFS 3 HACKING 3 NOTES 3 NUMBER THEORY 3 HARDWARE 2 NETWORKING 2 GDB 1 HACK THE BOX 1 LATTICES 1 PROBABILITY 1 ZIG 1
Of Questionable Relevancy

Copyright  OF QUESTIONABLE RELEVANCY. All Rights Reserved

to-top