上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 66 下一页
摘要: 安全知识体系 https://crifan.github.io/information_security_overview/website/appendix/reference.html ctf https://ctf-wiki.org/ 0、安全社区 (1)网站 1)漏洞银行:https://ww 阅读全文
posted @ 2019-05-29 16:10 安迪9468 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1、安全认识 硬件防火墙有多么多么的厉害..之类的话都是不可信的~! 当真正大规模的DDOS来的时候神马都是浮云!这句话说的不错,如果带宽是河道,DDOS是洪水的,防火墙就是堤坝,任凭堤坝建的再好,河道是有限的,永远防不住吞没河道的洪水!但不建堤坝,就只能任由大大小小的洪水肆虐……黑客对网站、服务器 阅读全文
posted @ 2019-05-29 16:07 安迪9468 阅读(151) 评论(0) 推荐(0) 编辑
摘要: phantomjs是一款软件,需要重新安装。 参考: https://blog.csdn.net/liyahui_3163/article/details/79064108 案例代码: 延伸: phantomjs出bug的解决方法:(截图找bug) 阅读全文
posted @ 2019-05-24 10:48 安迪9468 阅读(1357) 评论(0) 推荐(0) 编辑
摘要: from selenium import webdriver import time from PIL import Image driver = webdriver.Chrome() driver.get('https://www.baidu.com/') time.sleep(3) # 演示一:全网页截图 # driver.save_screenshot('screenshot.pn... 阅读全文
posted @ 2019-05-24 10:12 安迪9468 阅读(2020) 评论(0) 推荐(0) 编辑
摘要: 需要做的工作 0、工程结构 1、代码: ①baidu_login.py 1 import re 2 import os 3 import sys 4 import time 5 import random 6 from selenium import webdriver 7 from PIL imp 阅读全文
posted @ 2019-05-22 18:29 安迪9468 阅读(1136) 评论(0) 推荐(0) 编辑
摘要: 安装使用 https://blog.csdn.net/kk185800961/article/details/78747595 避免的坑 http://www.mamicode.com/info-detail-1893993.html 阅读全文
posted @ 2019-05-22 18:12 安迪9468 阅读(333) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ypwhs/captcha_break https://github.com/skyduy/CNN_keras https://github.com/zakizhou/CAPTCHA https://github.com/ZYSzys/awesome-captc 阅读全文
posted @ 2019-05-21 19:15 安迪9468 阅读(184) 评论(0) 推荐(0) 编辑
摘要: func.py https://www.cnblogs.com/andy9468/p/10899508.html baidu_login.py中(如有验证码,需要手动输入) 登录百度升级版:应对安全验证 登录正常输出: 登录失败输出: 参考: selenium 带验证码的自动登录 https://b 阅读全文
posted @ 2019-05-21 18:35 安迪9468 阅读(6060) 评论(0) 推荐(0) 编辑
摘要: func.py https://www.cnblogs.com/andy9468/p/10899508.html main.py中 阅读全文
posted @ 2019-05-21 16:22 安迪9468 阅读(3100) 评论(0) 推荐(0) 编辑
摘要: import base64 import time def timestamp2datems(timestamp): ''' 时间戳转为日期字串,精确到ms。单位s :param timestamp:时间戳 :return:日期字串 ''' local_time = time.localtime(timestamp) # data_he... 阅读全文
posted @ 2019-05-21 14:10 安迪9468 阅读(963) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 66 下一页