11 2019 档案

摘要:# 图片验证码识别 环境安装# sudo apt-get install -y tesseract-ocr libtesseract-dev libleptonica-dev# pip install tesserocr pillowimport tesserocrfrom PIL import I 阅读全文
posted @ 2019-11-29 18:17 三冬三夏 阅读(417) 评论(0) 推荐(0) 编辑
摘要:deb http://mirrors.ustc.edu.cn/parrot parrot main contrib non-free # 清华大学 deb https://mirrors.tuna.tsinghua.edu.cn/parrot/ parrot main contrib non-fre 阅读全文
posted @ 2019-11-28 19:03 三冬三夏 阅读(120) 评论(0) 推荐(0) 编辑
摘要:https://src.fedoraproject.org/lookaside/pkgs/thc-ipv6/thc-ipv6-2.7.tar.gz/2975dd54be35b68c140eb2a6b8ef5e59/thc-ipv6-2.7.tar.gz tar -zxvf thc-ipv6-2.7. 阅读全文
posted @ 2019-11-28 14:47 三冬三夏 阅读(905) 评论(0) 推荐(0) 编辑
摘要:谷歌插件下载地址 https://npm.taobao.org/mirrors/chromedriver selenium下载地址 https://pypi.org/simple/selenium/ windows下把下载好的谷歌火狐插件解压出来,放到python环境目录下的scripts目录下就可 阅读全文
posted @ 2019-11-24 17:18 三冬三夏 阅读(464) 评论(0) 推荐(0) 编辑
摘要:dnsenum -enum xxxxx.com 枚举出网站的所有域名和服务器的ip地址 打开百度查询ip地址的所在地 whatweb xxxx.com 查看那些网站入口可以访问 以状态码为准 whois ip地址 查看ip所在地 nmap -sS ip 匿名查看服务器开放的端口 nmap -O或-A 阅读全文
posted @ 2019-11-22 11:06 三冬三夏 阅读(6518) 评论(0) 推荐(1) 编辑
摘要:Linux清除痕迹 第一种方法: 在退出会话前直接执行: #history -r 清除当前会话的命令历史记录 第二种方法: 在vim中执行自己不想让别人看到的命令随便用vim打开一个文件 :set history=0 :!command 不同的系统 登录后执行下面命令,不记录历史命令(.bash_h 阅读全文
posted @ 2019-11-21 19:51 三冬三夏 阅读(1918) 评论(0) 推荐(0) 编辑
摘要:import sysimport osimport timeimport socketimport random#Code Timefrom datetime import datetimenow = datetime.now()hour = now.hourminute = now.minuted 阅读全文
posted @ 2019-11-20 21:31 三冬三夏 阅读(2374) 评论(0) 推荐(0) 编辑
摘要:pip install python-whois import whois print(whois.whois('baidu.com')) #输出有关baidu.com的所有域名 阅读全文
posted @ 2019-11-19 14:59 三冬三夏 阅读(609) 评论(0) 推荐(0) 编辑
摘要:创建一个脚本 #!/bin/bash wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb dpkg -i /google-chrome-stable_current_amd64.deb apt- 阅读全文
posted @ 2019-11-19 13:23 三冬三夏 阅读(511) 评论(0) 推荐(0) 编辑
摘要:创建一个脚本全自动安装 #!/bin/bash # 安装 deepin-wine sudo mkdir deepin-wine deepin-qq cd deepin-wine git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.g 阅读全文
posted @ 2019-11-18 21:33 三冬三夏 阅读(168) 评论(0) 推荐(0) 编辑
摘要:之前在Windows上进行开发的时候,SSH重度依赖SecureCRT或者XShell工具,现在把办公环境迁移到Linux后,每次连接都需要输入密码,尤其是需要跳板机的时候,需要逐级输入,十分麻烦。所以就开始找有没有好用的工具,于是找到了PAC Manager, PAC Manager是Linux下 阅读全文
posted @ 2019-11-06 19:59 三冬三夏 阅读(508) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示