上一页 1 ··· 119 120 121 122 123 124 125 126 127 ··· 189 下一页
摘要: small=[chr(i) for i in range(97,123)]#小写字母 small=[chr(i) for i in range(65,91)]#大写字母 import time tt=time.time() tta=int(tt) print(tta) localTime = tim 阅读全文
posted @ 2021-12-04 06:18 myrj 阅读(70) 评论(0) 推荐(0)
摘要: 打开CHARLES,打开PROXY SETTINGS:选择enable transparent HTTP proxyinghelp--ssl 安装证书,微信电脑版登录微信 阅读全文
posted @ 2021-12-01 17:00 myrj 阅读(64) 评论(0) 推荐(0)
摘要: 如何防止被反编译? 打包时候加上密码,让pyc变为pyd,命令如下: pyinstaller -F --key 123 xxx.py --key后面跟的是你的密码 阅读全文
posted @ 2021-11-25 09:48 myrj 阅读(131) 评论(0) 推荐(0)
摘要: 运行:services.msc 找到:Remote Procedure Call (RPC) Locator 启动,即可 阅读全文
posted @ 2021-11-25 08:29 myrj 阅读(149) 评论(0) 推荐(0)
摘要: cookie="ASP.NET_SessionId=mn1m5e5knylstpwqus2s0k02"url="http://21pufa.zm-info.cn/"import requests,sys url = "http://www.renren.com/967272361/profile"u 阅读全文
posted @ 2021-11-25 07:50 myrj 阅读(113) 评论(0) 推荐(0)
摘要: 刷刷题lite http://21pufa.zm-info.cn/LoginPage.aspx?user=13505347780 阅读全文
posted @ 2021-11-25 06:52 myrj 阅读(32) 评论(0) 推荐(0)
摘要: 选择 复选框解除锁定 如果上述方法失效,按下面的操作即可win10设置:控制面板--安全与更新--针对开发人员--开发人员模式 搜索 复制 阅读全文
posted @ 2021-11-25 06:48 myrj 阅读(2568) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-11-24 05:59 myrj 阅读(70) 评论(0) 推荐(0)
摘要: import re,pymysql,requests,sys,json,time import telnetlib connect = pymysql.connect(user = 'm', password = 'M', db = 'xi', host = 'r', port = 3306, ch 阅读全文
posted @ 2021-11-23 14:45 myrj 阅读(225) 评论(0) 推荐(0)
摘要: 1.用CDLINUX抓包:*.cap 2转包文件:将cap文件转换并下载989_1637563967.hc22000 3.下载hashcat:https://hashcat.net/ 4.命令:hashcat -m 22000 989_1637563967.hc22000 wang.txt hash 阅读全文
posted @ 2021-11-22 14:45 myrj 阅读(3361) 评论(0) 推荐(0)
上一页 1 ··· 119 120 121 122 123 124 125 126 127 ··· 189 下一页