Skip to content

Instantly share code, notes, and snippets.

View Frichetten's full-sized avatar
🖋️
"Pen" Testing

Nick Frichette Frichetten

🖋️
"Pen" Testing
View GitHub Profile
@Frichetten
Frichetten / cups-browsed.md
Created September 26, 2024 20:51 — forked from stong/cups-browsed.md
CUPS disclosure leaked online. Not my report. The original author is @evilsocket

Original report

  • Affected Vendor: OpenPrinting
  • Affected Product: Several components of the CUPS printing system: cups-browsed, libppd, libcupsfilters and cups-filters.
  • Affected Version: All versions <= 2.0.1 (latest release) and master.
  • Significant ICS/OT impact? no
  • Reporter: Simone Margaritelli [[email protected]]
  • Vendor contacted? yes The vendor has been notified trough Github Advisories and all bugs have been confirmed:
@Frichetten
Frichetten / k3s_gVisor_install.md
Last active May 15, 2025 22:53
How to install and configure gVisor for K3s

How to install and configure gVisor for K3s

This gist is a quick explainer on how to install and configure gVisor on K3s. There is a sort of hidden gotcha if you aren't reading the documentation thoroughly. If you already have a K3s cluster setup skip to the appropriate section below.

Install K3s

Install K3s as described in the documentation.

Install gVisor

@Frichetten
Frichetten / parse_mwa.py
Created June 8, 2019 20:49
A quick python script to dump the list of websites from https://www.madewithangular.com/
#!/usr/bin/env python3
from urllib.request import urlopen
from bs4 import BeautifulSoup
html = urlopen('https://www.madewithangular.com/categories/angular/')
soup = BeautifulSoup(html, features="html5lib")
for link in soup.find_all('a', href=True):
if "/categories/" in link['href']:
None

Keybase proof

I hereby claim:

  • I am frichetten on github.
  • I am frichetten (https://keybase.io/frichetten) on keybase.
  • I have a public key ASCo9MRfSRam0Zj6GHylXy86-HYnjaA1bB51lTZ1GvP0wQo

To claim this, I am signing this object: