Python扫描主机开放端口
单线程版速度较慢# coding: utf-8 import socket from datetime import datetime # Set time-out to get the scanning fast socket.setdefaulttimeout(0.5) # Ask for input remote_server = input("Enter a remot...
单线程版速度较慢# coding: utf-8 import socket from datetime import datetime # Set time-out to get the scanning fast socket.setdefaulttimeout(0.5) # Ask for input remote_server = input("Enter a remot...
Fiddler是一个HTTP调试抓包工具。可以抓取HTTP通讯的数据,可以用其检测网页或客户端和服务器的交互情况,还有如查看向Web服务器发送Cookie...
Arachni是一个全面的、模块化的Ruby框架,与其他扫描工具不同的是,它能够发现很多隐蔽较深的漏洞且支持分布式扫描Arachni部署安装部署环境:系统:Vmware Workstaion虚拟化环境,CentOS 7\#首先登录官网下载软件包下载地址:https://www.arachni-scanner.com/download/\#将下载好的压缩包传到目标服务器,已先在服务器上根目录创...
Google Hack是Google提供的搜索语法,常用于信息收集常用语法site:指定域名intext:正文中存在关键字的网页intitle:标题中存在...
企业微信有免费的消息发送接口,可以发送消息给相应的企业微信账号class Wechatwork: def __init__(self): # 企业ID self.corpid = 'dad20bbb1' # 企业中创建应用的Secret self.secret = 'vIcbI9ACQ...