摘要: pip时报错 (env01) E:\pycode>pip3 install elasticsearch Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple ERROR: Exception: Traceback (most rec 阅读全文
posted @ 2021-08-16 14:00 Right2014 阅读(337) 评论(0) 推荐(0)
摘要: 每日一句 When it rains , look for rainbows.When it’s dark,look for stars. 生成随机图片验证码,可参考如下代码1所示: import random from io import BytesIO from PIL import Image 阅读全文
posted @ 2021-08-11 22:57 Right2014 阅读(190) 评论(0) 推荐(0)
摘要: 在本系列中将总结梳理在日常工作中需要的基础恶意代码分析基础。目录可参考如下: 0.前言 1.静态分析基础 2.动态分析基础 3.基础工具学习 IDA Pro、OllyDug 4.识别汇编中的C代码结构 5.分析windows的恶意代码 6.恶意代码行为 7.数据加密技术 8.恶意代码的网络特征 9. 阅读全文
posted @ 2021-08-04 00:10 Right2014 阅读(49) 评论(0) 推荐(0)
摘要: Where Does Cyber Security Differ? Cyber security is much more concerned with threats from outside the castle. Where network security is worried about 阅读全文
posted @ 2021-03-12 21:50 Right2014 阅读(172) 评论(0) 推荐(0)
摘要: Go confidently in the direction of your dreams. Live the life you've imagined. 题目 设曲线 $y = \tfrac{1}{x}$ (1$\leq$x$\leq$+$\infty$) 与X 轴之间的区域为D. 求D绕X轴旋 阅读全文
posted @ 2020-02-24 23:23 Right2014 阅读(802) 评论(0) 推荐(1)
摘要: 每篇一句 If you want love, then this is it. This is real life. It's not perfect but it's real. Before Midnight 2019年小结 学习 2018年末开始翻译的《IoT渗透测试》一书翻译了近1/3了,后 阅读全文
posted @ 2020-01-07 20:26 Right2014 阅读(333) 评论(0) 推荐(0)
摘要: 每篇一句 Some of us get dipped in flat, some in satin, some in gloss. But every once in a while you find someone who's iridescent, and when you do, nothin 阅读全文
posted @ 2019-11-29 22:01 Right2014 阅读(263) 评论(0) 推荐(0)
摘要: [TOC] python3 post json 前些天python3 post出现的小问题做下记录 在调试python3 发送json 的时候总是出现服务器500的错误,找不出原因,就想到是不是我post的内容是不是不符合预期。 一直显示 500错误 burpsuite 抓取 python requ 阅读全文
posted @ 2019-11-04 13:45 Right2014 阅读(1070) 评论(0) 推荐(0)
摘要: 漏洞描述 国外安全研究员s00py公开了一个Apache Solr的Velocity模板注入漏洞.该漏洞可以攻击最新版本的Solr. 漏洞编号 无 影响范围 包括但不限于8.2.0(20191031最新版本) 漏洞复现 下载 https://mirrors.tuna.tsinghua.edu.cn/ 阅读全文
posted @ 2019-10-31 16:47 Right2014 阅读(1891) 评论(0) 推荐(0)
摘要: pass 阅读全文
posted @ 2019-10-30 14:05 Right2014 阅读(337) 评论(0) 推荐(0)