xssee:http://web2hack.org/xssee
xssee:http://evilcos.me/lab/xssee
程默的博客(DES,3DES,AES,RC,Blowfish,Twofish,Serpent,Gost,Rijndael,Cast,Xtea,RSA):http://tool.chacuo.net/cryptdes
在线编码解码(多种并排):http://bianma.911cha.com
在线加密解密(多种):http://encode.chahuo.com
| <?php | |
| /*********************************** | |
| * 威盾PHP加密专家解密算法 By:Neeao | |
| * http://Neeao.com | |
| * 2009-09-10 | |
| ***********************************/ | |
| $filename="index.php";//要解密的文件 | |
| $lines = file($filename);//0,1,2行 |
xssee:http://web2hack.org/xssee
xssee:http://evilcos.me/lab/xssee
程默的博客(DES,3DES,AES,RC,Blowfish,Twofish,Serpent,Gost,Rijndael,Cast,Xtea,RSA):http://tool.chacuo.net/cryptdes
在线编码解码(多种并排):http://bianma.911cha.com
在线加密解密(多种):http://encode.chahuo.com
for 4.2.4 or higher, 4.2.5,4.2.6,4.3.7, it's works, this is the way which makes Always in evaluation mode.
Terminal, go to the dir : cd /Applications/Beyond Compare.app/Contents/MacOSBCompare to BCompare.bak: mv BCompare BCompare.bakBCompare , and chmod a+ux BCompare : touch BCompare && chmod a+ux BCompareBCompare with text editor, insert the script :#!/bin/bash
rm "/Users/$(whoami)/Library/Application Support/Beyond Compare/registry.dat"
"`dirname "$0"`"/BCompare.bak $@
| { | |
| "queries": [{ | |
| "name": "List all owned users", | |
| "queryList": [{ | |
| "final": true, | |
| "query": "MATCH (m:User) WHERE m.owned=TRUE RETURN m" | |
| }] | |
| }, | |
| { | |
| "name": "List all owned computers", |
| { | |
| "swagger": "2.0", | |
| "info": { | |
| "title": "k8s.io/api/admission/v1", | |
| "version": "1.0" | |
| }, | |
| "paths": {}, | |
| "definitions": { | |
| "runtime.RawExtension": { | |
| "description": "RawExtension is used to hold extensions in external versions.\n\nTo use this, make a field which has RawExtension as its type in your external, versioned struct, and Object in your internal struct. You also need to register your various plugin types.\n\n// Internal package: type MyAPIObject struct {\n\truntime.TypeMeta `json:\",inline\"`\n\tMyPlugin runtime.Object `json:\"myPlugin\"`\n} type PluginA struct {\n\tAOption string `json:\"aOption\"`\n}\n\n// External package: type MyAPIObject struct {\n\truntime.TypeMeta `json:\",inline\"`\n\tMyPlugin runtime.RawExtension `json:\"myPlugin\"`\n} type PluginA struct {\n\tAOption string `json:\"aOption\"`\n}\n\n// On the wire, the JSON will look something like this: {\n\t\"kind\":\"MyAPIObject\",\n\t\"apiVersion\":\"v1\",\n\t\"myPlugin\": {\n\t\t\"kind\":\"PluginA\",\n\t\t\"aOption\":\"foo |
| import axios, { AxiosError, AxiosResponse } from 'axios'; | |
| import token from './somewhere'; | |
| interface Todo { | |
| id: string; | |
| title: string; | |
| } | |
| interface User { | |
| id: string; |
| #!/bin/bash | |
| set -euo pipefail | |
| # From https://www.v2ex.com/t/811424 | |
| function __curl() { | |
| read proto server path <<<$(echo ${1//// }) | |
| DOC=/${path// //} | |
| HOST=${server//:*} | |
| PORT=${server//*:} |
| # Date: 2025-01-31 | |
| # Author: Esonhugh | |
| # proxy command to make you switch your commandline fastly | |
| export PROXY_HOST="127.0.0.1" # define as your favour | |
| export PROXY_PORT="7890" # define as your favour | |
| proxys(){ | |
| case "$1" in | |
| (h) | |
| echo "|==============================================|" |
| # https://twitter.com/brsn76945860/status/1171233054951501824 | |
| # pip install mmh3 | |
| # | |
| # in python 3 | |
| # Author: https://gist.github.com/yehgdotnet | |
| # | |
| # Author: Esonhugh (https://gist.github.com/Esonhugh) more automatic | |
| # date: 2021/12/07 23:38 UTC+0800 | |
| import mmh3 |
Software Link(Subconverter): https://github.com/tindy2013/subconverter
Affected versions: Subconverter v0.7.2, < v0.7.2-ce8d2bd
A remote code execution (RCE) vulnerability in Subconverter v0.7.2 allows unauthorized attackers to execute arbitrary code via crafted config and url parameters.