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 MorePari 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 MoreAlright, 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 MoreWell 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 MoreSo 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