摘要: 流量过滤 http://www.mamicode.com/info-detail-2292428.htmlhttps://twitter.com/sw33tLie/status/1275537548539027457 param|directory|file提取插件 https://github.c 阅读全文
posted @ 2019-08-06 10:57 7hang 阅读(1105) 评论(0) 推荐(0) 编辑
摘要: PyQt5 import sys from PyQt5 import QtWidgets,QtCore app = QtWidgets.QApplication(sys.argv) widget = QtWidgets.QWidget() widget.resize(400, 100) widget.setWindowTitle("Test") widget.show() exit(app.ex... 阅读全文
posted @ 2019-08-05 11:25 7hang 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 前段JS加密解密 https://www.freebuf.com/articles/web/259046.html JWT加解密 解密http://jwt.calebb.net/加密https://github.com/firebase/php-jwt //需要得到密钥(如构造错误参数使页面报错回显 阅读全文
posted @ 2019-08-04 21:31 7hang 阅读(439) 评论(0) 推荐(0) 编辑
摘要: 用Gradle构建Spring项目 ./gradlew bootrun 打jar包 jar -cvf xxx.jar -C src/ . Springboot启动后只能使用127.0.0.1访问,局域网和外网无法访问 https://blog.csdn.net/weixin_40693633/art 阅读全文
posted @ 2019-08-04 21:04 7hang 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 安装 阅读全文
posted @ 2019-08-04 20:50 7hang 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 综合检测平台 http://app.sdsecurity.org.cn:8181/ 参考文章 https://mp.weixin.qq.com/s/eiQ5L2u5ndpD4Mzi1QnETwhttps://blog.csdn.net/qq_36771588/article/details/1085 阅读全文
posted @ 2019-08-04 18:01 7hang 阅读(1429) 评论(0) 推荐(0) 编辑
摘要: curl wget 阅读全文
posted @ 2019-08-01 21:12 7hang 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 攻击步骤 ICMP攻击 DPI深度包解析技术 机器学习 神经网络/贝叶斯算法 互联网出口禁用ICMP协议/只对信任IP地址开启ICMP DNS攻击 DropBox Gmail Telegram Twitter Powershell工具 Windows Com 攻击 WebDAV攻击 Cobalt S 阅读全文
posted @ 2019-08-01 17:57 7hang 阅读(1917) 评论(1) 推荐(0) 编辑
摘要: apple https://developer.apple.com/security-bounty/https://support.apple.com/en-us/HT210919 https://support.apple.com/zh-cn/HT201222 https://bugs.chrom 阅读全文
posted @ 2019-08-01 14:29 7hang 阅读(340) 评论(0) 推荐(0) 编辑
摘要: no encoding declared https://blog.csdn.net/a359680405/article/details/42553767 InsecureRequestWarning: Unverified HTTPS request is being made. import 阅读全文
posted @ 2019-07-31 22:51 7hang 阅读(182) 评论(0) 推荐(0) 编辑