Python:渗透测试开源项目[源码值得精读] sql注入工具:sqlmap DNS安全监测:DNSRecon 暴力破解测试工具:patator XSS漏洞利用工具:XSSer Web服务器压力测试工具:HULK SSL安全扫描器:SSLyze 网络 Scapy: send, sniff and dissect and forge network packets. Usable interactively or as a library pypcap, Pcapy and pylibpcap:
sql注入工具:sqlmap DNS安全监测:DNSRecon 暴力破解测试工具:patator XSS漏洞利用工具:XSSer Web服务器压力测试工具:HULK SSL安全扫描器:SSLyze 网络 Scapy: send, sniff and dissect and forge network packets. Usable interactively or as a library pypcap, Pcapy and pylibpcap: several different Python
author:headsen chen date :2018-03-22 17:16:14 notice :This article created by headsen chen and not allowd to copy. 1,Python安装 windows:下载python3.6_64位,双击,一路默认安装就行了1).下载安装包 https://www.python.org/downloads/2).安装 默认安装路径:C:\python273).配置环境变量 [右键计算机]--
例行程序 def routine(): lastday = '' while True: day = datetime.datetime.now().strftime("%Y%m%d") hour = int(datetime.datetime.now().strftime("%H")) if day != lastday and hour == 6: # exec when 6 a.m.