python3下AES+ECB+pkcs7
AES加密方式有多种,根据实际情况而定,下述代码为ECB模式,AES(256),pkcs7补全 Python3实现AES加密,需要安装pycryptodome第三方库。 安装方式: pip install pycryptodome #cod...
AES加密方式有多种,根据实际情况而定,下述代码为ECB模式,AES(256),pkcs7补全 Python3实现AES加密,需要安装pycryptodome第三方库。 安装方式: pip install pycryptodome #cod...
下载地址:https://github.com/gophish/gophish 可在linux、windows下部署,本次为了方便在windows下: 管理端默认端口3333,钓鱼页面展示端口80,可在配置文件config.json中修改:...
thinkphp+nginx伪静态设置 location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=$1 last; break; } }
python2 下 设置命令行下颜色输出: # coding=utf-8 import ctypes, sys STD_INPUT_HANDLE = -10 STD_OUTPUT_HANDLE = -11 STD_ERROR_HANDLE ...
前提:部分主题关闭了xmlrpc,将会报错; 先定义个全局变量: def main(): global wpUrl,wpUser,wpPass,wp wpUrl='http://word.press/xmlrpc.php' wpUser='...
https://github.com/jialezi/oneindex-j https://github.com/jialezi/oneindex-j
1.spring cloud config 跨目录文件读取(CVE-2019-3799): 参考: spring cloud config任意文件读取测试 测试环境下载:https://github.com/spring-cl...
from pytypecho import Typecho 获取typecho分类详情: def getcategory(): te = Typecho('http://***.com/index.php/action/xmlrpc', u...