Skip to content
View FrancoisCapon's full-sized avatar

Block or report FrancoisCapon

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. LoginToASqlite3DatabaseWithoutCredentialsWithAdminer LoginToASqlite3DatabaseWithoutCredentialsWithAdminer Public

    ✔️ An Adminer plugin to use SQLite databases without credentials (no username and no password)

    PHP 50 6

  2. TurtwigRidesDirtyCOW TurtwigRidesDirtyCOW Public

    🐮 A new writing of Dirty COW "Pokemon" exploit that is generic, stealthy and fast. 🐢

    C

  3. Base64SteganographyTools Base64SteganographyTools Public

    🔎 Base64 Steganography Tools (in Bash) 📜

    Shell 5

  4. TheBulletNumberFontOfParisMetro TheBulletNumberFontOfParisMetro Public

    🚇 The Bullet Number Font of Paris Metro with a ligature for the numbers 10 to 18. 🇫🇷

    3

  5. CVE-2022-39224 POC (ARR-PM 0.0.11) i... CVE-2022-39224 POC (ARR-PM 0.0.11) in a Docker Container
    1
    # CVE-2022-39224 POC in a Docker Container
    2
    
                  
    3
    I don't found an example of POC for this CVE of [ruby-arr-pm  0.0.11](https://github.com/jordansissel/ruby-arr-pm), so I build one using a Docker container.
    4
    * [Arbitrary shell execution when extracting or listing files contained in a malicious rpm. (CVE-2022-39224)](https://github.com/jordansissel/ruby-arr-pm/security/advisories/GHSA-88cv-mj24-8w3q)
    5
    * [PentesterLab > CVE-2022-39224](https://pentesterlab.com/exercises/cve-2022-39224)
  6. Extracts embedded fonts from a Micro... Extracts embedded fonts from a Microsoft Word Document (.docx)
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    # Standard Library
    4
    import zipfile, xml.etree.ElementTree, shutil, os, sys, pathlib
    5