Skip to content

Instantly share code, notes, and snippets.

View rafa-br34's full-sized avatar
🔴
Procrastinating...

rafa_br34 rafa-br34

🔴
Procrastinating...
View GitHub Profile
@ConnerWill
ConnerWill / ANSI-escape-sequences.md
Last active November 16, 2024 14:20
ANSI Escape Sequences cheatsheet

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@ulidtko
ulidtko / qnap-qts-fw-cryptor.py
Last active October 27, 2024 15:12
QNAP QTS firmware encryptor/decryptor.
#!/usr/bin/env python3
import os, sys
import argparse
import struct
from functools import reduce
"""
QNAP QTS firmware encryptor/decryptor.
Based on https://pastebin.com/KHbX85nG