02 2019 档案

摘要:python2.7废除optparse,原因:http://code.google.com/p/argparse/ 说了半天好像是重开了个小号练级 抓紧写下来一会又得忘了 用法: 阅读全文
posted @ 2019-02-28 12:44 Junsec 阅读(152) 评论(0) 推荐(0)
摘要:unix /etc/passwd 破解,假设的前两位是salt zip密码破解,自己的环境是python3,一定要在password.encode("utr-8),不然报typeError: pwd: expected bytes, got str 多线程版: 总结:基于字典的破解 zipfile: 阅读全文
posted @ 2019-02-28 11:28 Junsec 阅读(1052) 评论(0) 推荐(0)
摘要:linux 编码改为utf-8,windows 默认gbk,python一般都是白名单减少查杀可能性,端口可以改为443,ssl混肴数据传输。 python client端 python server端: 执行结果: 阅读全文
posted @ 2019-02-26 19:41 Junsec 阅读(1127) 评论(0) 推荐(0)