πŸ‘¨β€πŸ’» Programming Posts

  • Blocking Hosting Providers

    Blocking Hosting Providers

    The challenge of making online content accessible is compounded by the constant threat-actor access. These actors often utilize hosting providers to carry out their activities. To address this, the Molasses-Masses project generates daily updated lists of hosting provider subnets, aiding in the creation of effective security policies. The project is based on observed attacks and… Read more

  • MacOS + Homebrew + Python3 + pip + decryption

    MacOS + Homebrew + Python3 + pip + decryption

    Are you encountering SSL certificate verification errors while using Python’s pip on MacOS with Homebrew? This common issue can hinder your ability to install packages securely, but worry not! In this comprehensive guide, we’ll walk you through a straightforward solution to append the Root CA certificate to your cacert.pem file, resolving these pesky errors. Let’s Read more

  • Generating URL Requests en Mass

    Generating URL Requests en Mass

    A multi-threaded python script to generate a large number of requests to websites and send output to stdout. Read more