1、pip install sqlacodegen pip install pymysql 在/usr/lib/python/site-packages/sqlacodegen/main.py中添加: import pymysql pymysql.install_as_MySQLdb() 2、创建r ...
分类:
数据库 时间:
2018-06-23 15:34:16
阅读次数:
202
To prepare for PAT, the judge sometimes has to generate random passwords for the users. The problem is that there are always some confusing passwords ...
分类:
其他好文 时间:
2018-06-13 17:23:02
阅读次数:
175
利用传参的方式提高方法的复用性 这里涉及到JavaScript的字符串拼接操作 ...
分类:
编程语言 时间:
2018-06-09 19:02:11
阅读次数:
168
Fabric实现自动化部署 1. 安装fabric yum install fabric -y 2. 编写脚本来实现自动化部署 注意:env.passwords中要指明端口22,以及多个用户用逗号隔开 远程102,103两台主机执行 ls -l 目录 ...
分类:
其他好文 时间:
2018-06-09 00:06:42
阅读次数:
157
openssh升级背景由于第×××司检测到服务Openssh有高危漏洞,需要对Openssh进行升级1.编译安装tar-zxfopenssh-7.4p1.tar.gzcdopenssh-7.4p1./configure--prefix=/usr/local/openssh7.4/--with-md5-passwords--with-pam--with-zlib--with-privsep-path=
分类:
其他好文 时间:
2018-05-23 22:18:19
阅读次数:
157
signup_with_phone模块的主要功能是允许用户用自己的手机号作为注册登录账号,这里会进行手机号码格式的严格检查,该模块依赖odoo自带的auth_signup注册模块。 该项目地址在https://github.com/odooaktiv/SignupWithPhone,不过目前是10. ...
分类:
其他好文 时间:
2018-04-17 23:49:50
阅读次数:
294
中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验三 密码破解技术 学生姓名 王拓 年级 2015 区队 3 指导教师 高见 信息技术与网络安全学院 2018年4月7日 实验任务总纲 2017—2018 学年 第 二 ...
分类:
其他好文 时间:
2018-04-12 20:59:34
阅读次数:
173
书上一道题需要实现功能"根据账号查询密码, 复制密码到剪贴板". 账号和密码储存在代码字典中. 问题描述: 作为Python新手从代码(如下)看只知道: 1. sys.argv初始包含一行文件路径. 2. 需要将待查询的账号传入sys.argv. 怎么操作呢? 解决思路: 命令行参数, 通过命令行来 ...
分类:
编程语言 时间:
2018-04-03 12:56:32
阅读次数:
223
https://github.com/berzerk0/Probable-Wordlists 其中的密码可以用来做暴力破解字典进行攻击https://github.com/berzerk0/Probable-Wordlists/blob/master/Real-Passwords/Top207-probable-v2.txt https://github.com/berzerk0/Probable
分类:
其他好文 时间:
2018-03-15 11:23:53
阅读次数:
195
To prepare for PAT, the judge sometimes has to generate random passwords for the users. The problem is that there are always some confusing passwords ...
分类:
其他好文 时间:
2018-03-14 10:11:43
阅读次数:
188