Skip to content

Instantly share code, notes, and snippets.

View nancyjlau's full-sized avatar
🍵
🍰

Rose nancyjlau

🍵
🍰
  • San Francisco
  • 23:24 (UTC -07:00)
View GitHub Profile
@nancyjlau
nancyjlau / normcore-llm.md
Created February 12, 2024 00:20 — forked from veekaybee/normcore-llm.md
Normcore LLM Reads

Anti-hype LLM reading list

Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

Foundational Concepts

Screenshot 2023-12-18 at 10 40 27 PM

Pre-Transformer Models

@nancyjlau
nancyjlau / SharePwn_public.py
Created December 17, 2023 06:52 — forked from testanull/SharePwn_public.py
SharePoint Pre-Auth Code Injection RCE chain CVE-2023-29357 & CVE-2023-24955 PoC
# -*- coding: utf-8 -*-
import hashlib
import base64
import requests, string, struct, uuid, random, re
import sys
from collections import OrderedDict
from sys import version
from urllib3.exceptions import InsecureRequestWarning
requests.packages.urllib3.disable_warnings(category=InsecureRequestWarning)
# too lazy to deal with string <-> bytes confusion in python3 so forget it ¯\_(ツ)_/¯