Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am hsheth2 on github.
  • I am hsheth2 (https://keybase.io/hsheth2) on keybase.
  • I have a public key whose fingerprint is D849 4B18 1CF3 A76D FD96 BB9F 454F DD4C 4E25 00FC

To claim this, I am signing this object:

import pathlib
import time
import re
import dataclasses
from typing import List
from pwnlib.tubes.process import process
from configparser import ConfigParser
# Config defaults.
WINDOWS_SYSTEM_PATH = pathlib.Path("Windows/System32/config")
import logging
import os
import pathlib
from typing import Dict, Iterable, List, Optional, Set, Tuple, TypeVar, Union
from ruamel.yaml import YAML
from datahub.ingestion.graph.client import (
DatahubClientConfig,
DataHubGraph,