Skip to content

Instantly share code, notes, and snippets.

@clearbluejar
clearbluejar / processify.py
Created March 17, 2023 14:53 — forked from schlamar/processify.py
processify
import os
import sys
import traceback
from functools import wraps
from multiprocessing import Process, Queue
def processify(func):
'''Decorator to run a function as a process.
Be sure that every argument and the return value
@clearbluejar
clearbluejar / MSRC September 2022 CVE Charts.md
Created September 14, 2022 10:39
MSRC September 2022 CVE Charts

MSRC September 2022 CVE Charts

pie showData
    title Windows Tags Distribution
    "Windows OLE" : 6
    "Microsoft Graphics Component" : 5
    "Windows ODBC Driver" : 5
    "Microsoft Office SharePoint" : 4
 "Windows Kernel" : 3
@clearbluejar
clearbluejar / MSRC August 2022 CVE Charts.md
Created September 2, 2022 04:22
MSRC August 2022 CVE Charts
pie showData
    title Windows Tags Distribution
    "Azure Site Recovery" : 34
    "Microsoft Edge (Chromium-based)" : 20
    "Azure Real Time Operating System" : 8
    "Windows Secure Socket Tunneling Protocol (SSTP)" : 6
    "Microsoft Exchange Server" : 6
    "Windows Kernel" : 6
 "Windows Defender Credential Guard" : 6
@clearbluejar
clearbluejar / MSRC July 2022 CVE Charts.md
Last active August 19, 2022 03:59
MSRC July 2022 CVE Charts

MSRC July 2022 CVE Charts

pie showData
    title Windows Tags Distribution
    "Azure Site Recovery" : 32
    "Windows Print Spooler Components" : 4
    "Windows Advanced Local Procedure Call" : 3
    "Windows Network File System" : 3
 "Windows Client/Server Runtime Subsystem" : 3