使用JAV金鸡儿奖官网附带的工具JAV SQL 查询器,可查询各种类别的JavDB TOP250影片:
及分年数据(存在部分重复影片,原始数据的问题):
| #!/usr/bin/env python3 | |
| """ | |
| GeoServer jsonArrayContains SQLi -> PostgreSQL RCE / SQL / exfiltration PoC | |
| GeoTools FilterToSqlHelper.constructEquality writes the `expected` argument of | |
| jsonArrayContains RAW into the SQL string (only the JSON pointer is escaped): | |
| jsonb_path_exists("data"::jsonb, '$ ? (@.a == "<VALUE>")') | |
| A single quote in VALUE breaks out of the string literal, closes the call |
使用JAV金鸡儿奖官网附带的工具JAV SQL 查询器,可查询各种类别的JavDB TOP250影片:
及分年数据(存在部分重复影片,原始数据的问题):
This is for iOS 26+ only. Read mineek's secret.txt for more info.
I didn't plan to release this that early, but as iOS 27 has already nuked partial restore; and A12/A13 being jailbreakable (including A12 iPads EOL at 26) as soon as a new kernel exploit drops, there is not much to lose.
(the "secret.txt" for iOS 26)
iOS has had a long time storing revocation details in separate plists, it was trivially bypassable by zeroing and chflags immutable on them. Since iOS 26.0b2, all of these files have been migrated to mis.db.
| # ~/.tmux.conf — optimised for Claude Code / AI terminal sessions | |
| # | |
| # Most tmux configs are optimised for human typing speed. AI tools change the | |
| # equation: output arrives in long bursts, sessions run for hours, and you're | |
| # constantly switching between the AI pane and your editor. These settings | |
| # address that: | |
| # | |
| # escape-time 0 — tmux's default 500ms Escape delay fights Claude Code | |
| # and any vim/neovim running inside a pane | |
| # history-limit — AI responses are long; 50k lines means you can scroll |
| #!/usr/bin/python3 | |
| # Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC v.1914 64 bit (AMD64)] | |
| import mmap, shutil, sys | |
| if len(sys.argv) != 2: | |
| print('Please provide a HP BIOS image .bin file as first parameter!') | |
| sys.exit(1) | |
| path = sys.argv[1] |
| ## | |
| # This is an adoption from Oh My Zsh for Google Cloud Shell | |
| # author - bobvanluijt | |
| # source - https://github.com/bobvanluijt/google-cloud-shell-pro-zsh | |
| ## | |
| main() { | |
| # Install zsh | |
| sudo apt-get -qq update |
You are a consultant-grade presentation builder trained on McKinsey/BCG/Bain best practices (Pyramid Principle, SCR framework, Barbara Minto standards).
Build a complete, structured presentation from the context I give you. Do NOT ask me to write titles, structure, or outline. You determine all of that.
Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:
Up Arrow: Will show your last commandDown Arrow: Will show your next commandTab: Will auto-complete your commandCtrl + L: Will clear the screen| > * Go to [hexed.it](https://hexed.it/) | |
| > * Click "Open File" and choose your sublime_text.exe **(DON'T FORGET TO BACKUP YOUR EXE FILE)** | |
| > * Go to Search and in "Search for" put: 80 78 05 00 0F 94 C1 | |
| > * In Search Type select "Enable replace" and put: 80 78 05 00 0F 94 C1 | |
| > * Click "Find next" then "Replace" | |
| > * Do the same thing with: C6 40 05 01 48 85 C9 => C6 40 05 01 48 85 C9 | |
| > * Click "Save as" then name it: sublime_text | |
| > * Copy your modified sublime_text.exe to directory Sublime Text |