摘要: #!/usr/bin/env python # encoding: utf-8 # wp_get_auth.py # author: persuit import requests import sys import os import re from requests.packages.urllib3.exceptions import InsecureRequestWarning req... 阅读全文
posted @ 2016-09-21 14:41 persuit 阅读(1726) 评论(0) 推荐(0) 编辑
摘要: 测试截图: 阅读全文
posted @ 2016-08-15 15:22 persuit 阅读(4555) 评论(0) 推荐(0) 编辑
摘要: 测试脚本: 测试截图: 阅读全文
posted @ 2016-07-29 13:27 persuit 阅读(1049) 评论(0) 推荐(0) 编辑
摘要: 测试截图: 阅读全文
posted @ 2016-07-26 10:18 persuit 阅读(2919) 评论(0) 推荐(0) 编辑
摘要: 概要 Zyxel NAS310是一款具备资料存储功能的装置,因此也称为“网络存储器”。它是一种专用数据存储服务器。它以数据为中心,将存储设备与服务器彻底分离,集中 管理数据,从而释放带宽、提高性能、降低总拥有成本、保护投资。其成本远远低于使用服务器存储,而效率却远远高于后者。 国外安全研究员披露Zy 阅读全文
posted @ 2016-07-25 23:02 persuit 阅读(1426) 评论(0) 推荐(0) 编辑
摘要: 受影响版本: opensshd(< =最新版本) CVE-2016-6210漏洞描述: 当我们使用ssh客户端去连接服务端的时候,如果向服务端发送一个大于10KB的密码,由于OpenSSH服务端会对user:password的组合,使用加密算法SHA256/SHA512进行加密。如果我们传输的是一个 阅读全文
posted @ 2016-07-21 11:58 persuit 阅读(488) 评论(0) 推荐(0) 编辑
摘要: catcher:mysite catcher$ python manage.py makemigrations books Migrations for 'books': 0001_initial.py: - Create model Author - Create model Book - Create model Publisher - Add field... 阅读全文
posted @ 2016-07-04 11:22 persuit 阅读(4347) 评论(0) 推荐(0) 编辑
摘要: PY: 参考: http://drops.wooyun.org/papers/16030 阅读全文
posted @ 2016-06-20 22:32 persuit 阅读(1892) 评论(0) 推荐(0) 编辑
摘要: #include #pragma comment(lib,"WINMM.LIB") LRESULT CALLBACK WndProc(HWND hwnd,UINT message,WPARAM wParam,LPARAM lParam); int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,LPSTR lpCmdLine,int... 阅读全文
posted @ 2016-04-17 22:43 persuit 阅读(225) 评论(0) 推荐(0) 编辑