Skip to content
View AGI-chandler's full-sized avatar

Block or report AGI-chandler

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. The "Copy.Fail" Page Cache Exploit: ... The "Copy.Fail" Page Cache Exploit: Why drop_caches doesn't always work and how to fully? clean it up
    1
    If you're testing the copy.fail/exp Python exploit (or similar modern Linux page cache poisoning exploits) and find that `echo 3 > /proc/sys/vm/drop_caches` does not remove the backdoor, here is the technical breakdown of what actually happened to your system and how to fix it.
    2
    
                  
    3
    TL;DR: The exploit bypasses the dirty flag, but the page can be flushed to disk if a kernel `sync` or background process touches that memory segment.  If you wait too long to drop the caches like I did, the Linux kernel's background threads will permanently write the backdoor to your physical disk.  I had to force-reinstall the package and clear my bash hash cache to fully cleanup this exploit.
    4
    
                  
    5
    Here is a deep dive into my findings (with Gemini's help):
  2. aristocratos/btop aristocratos/btop Public

    A monitor of resources

    C++ 33.2k 1.1k

  3. slaclab/bbcp slaclab/bbcp Public

    C 10 9

  4. UA-CALES-SPLS-AGI/HiFi-16S-workflow UA-CALES-SPLS-AGI/HiFi-16S-workflow Public

    Forked from PacificBiosciences/HiFi-16S-workflow

    Nextflow pipeline to analyze PacBio HiFi full-length 16S data

    R

  5. UA-CALES-SPLS-AGI/Infiniband-Copy UA-CALES-SPLS-AGI/Infiniband-Copy Public

    A high-performance cluster copy tool optimized for InfiniBand networks.  It leverages RDMA for single files and massively parallel, memory-buffered TCP streams via mbuffer and GNU parallel to trans…

  6. UA-CALES-SPLS-AGI/smrt-dashboard UA-CALES-SPLS-AGI/smrt-dashboard Public

    A real-time monitoring dashboard for PacBio sequencing instruments, built as a static Next.js app, talking directly to SMRT Link REST API from the browser

    TypeScript