Metasploit(MSF)输出结果重定向到文件
msf auxiliary(udp_sweep) > spool log.txt # 启用spool,将输出信息写入到log.txt [*] Spooling to file log.txt... msf auxiliary...
msf auxiliary(udp_sweep) > spool log.txt # 启用spool,将输出信息写入到log.txt [*] Spooling to file log.txt... msf auxiliary...
下载地址:https://github.com/Tib3rius/AutoRecon 由于该软件需要termios模块,而该模块无法再Windows下安装,故只能安装在linux下,需要python3 不得不说,真的太慢了,一个IP扫描了起...
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...