├── LICENSE ├── README.md ├── hardware └── ellume_covid_test_teardown.md ├── linux ├── ansi.md ├── elf │ ├── aarch64_reverse_shell.md │ └── relro.md ├── lkbuild.sh ├── multiarch_crosscompiling.md ├── oneliners.md ├── syzkaller_setup.md └── vim_hex_editor.md ├── programming └── shellcodetricks.md ├── protocols ├── list_protos.sh ├── pcap_format.md └── wiresharktips.md ├── re ├── ghidra_setup.md ├── string_representation.md └── timestamps.md ├── sysadmin ├── matrix_synapse.md └── matrix_tokenstore.py └── themes ├── darkmode.md └── prompts.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/README.md -------------------------------------------------------------------------------- /hardware/ellume_covid_test_teardown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/hardware/ellume_covid_test_teardown.md -------------------------------------------------------------------------------- /linux/ansi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/linux/ansi.md -------------------------------------------------------------------------------- /linux/elf/aarch64_reverse_shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/linux/elf/aarch64_reverse_shell.md -------------------------------------------------------------------------------- /linux/elf/relro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/linux/elf/relro.md -------------------------------------------------------------------------------- /linux/lkbuild.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/linux/lkbuild.sh -------------------------------------------------------------------------------- /linux/multiarch_crosscompiling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/linux/multiarch_crosscompiling.md -------------------------------------------------------------------------------- /linux/oneliners.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/linux/oneliners.md -------------------------------------------------------------------------------- /linux/syzkaller_setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/linux/syzkaller_setup.md -------------------------------------------------------------------------------- /linux/vim_hex_editor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/linux/vim_hex_editor.md -------------------------------------------------------------------------------- /programming/shellcodetricks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/programming/shellcodetricks.md -------------------------------------------------------------------------------- /protocols/list_protos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/protocols/list_protos.sh -------------------------------------------------------------------------------- /protocols/pcap_format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/protocols/pcap_format.md -------------------------------------------------------------------------------- /protocols/wiresharktips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/protocols/wiresharktips.md -------------------------------------------------------------------------------- /re/ghidra_setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/re/ghidra_setup.md -------------------------------------------------------------------------------- /re/string_representation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/re/string_representation.md -------------------------------------------------------------------------------- /re/timestamps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/re/timestamps.md -------------------------------------------------------------------------------- /sysadmin/matrix_synapse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/sysadmin/matrix_synapse.md -------------------------------------------------------------------------------- /sysadmin/matrix_tokenstore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/sysadmin/matrix_tokenstore.py -------------------------------------------------------------------------------- /themes/darkmode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/themes/darkmode.md -------------------------------------------------------------------------------- /themes/prompts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netspooky/notes/HEAD/themes/prompts.md --------------------------------------------------------------------------------