Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wgpsec/urlscan
一款url快速检测工具,能够根据关键词搜索域名信息、快速获取url信息 来自Plat狼组安全平台
https://github.com/wgpsec/urlscan
Last synced: 3 months ago
JSON representation
一款url快速检测工具,能够根据关键词搜索域名信息、快速获取url信息 来自Plat狼组安全平台
- Host: GitHub
- URL: https://github.com/wgpsec/urlscan
- Owner: wgpsec
- License: gpl-3.0
- Archived: true
- Created: 2020-06-17T04:55:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T20:45:38.000Z (over 2 years ago)
- Last Synced: 2024-05-08T02:30:54.942Z (6 months ago)
- Language: Python
- Homepage:
- Size: 140 KB
- Stars: 98
- Watchers: 4
- Forks: 25
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - wgpsec/urlscan - 一款url快速检测工具,能够根据关键词搜索域名信息、快速获取url信息 来自Plat狼组安全平台 (Python)
README
UrlScan 🛠
## 背景
本项目为 [狼组信息化平台](https://plat.wgpsec.org) 部分功能开源项目
## 快速使用
1. 安装依赖
`pip install -r requirements.txt`2. 运行使用
`python scan.py`
运行后无报错则需要根据提示输入待检测的域名文件路径接着会在当前目录下会生成以 `当前日期+urlCheck.csv` 为文件名的Excel文件,文件内容包含 域名,url,标题,http状态码,web指纹,WAF信息
> 可以写定时任务,定期探测URL存活情况,方便发现监控
运行结果 e.g:
```
www.wgpsec.org,https://www.wgpsec.org/,,200,"[{""icon"":""CloudFlare.svg"",""name"":""CloudFlare"",""version"":"""",""website"":""http://www.cloudflare.com""},{""icon"":""Nginx.svg"",""name"":""Nginx"",""version"":"""",""website"":""http://nginx.org/en""}]"
www.baidu.com,https://www.baidu.com/,百度一下,你就知道,200,[]
```## 更新日志
- **v0.2** [2020-06-23]
- 支持WAF识别
- **v1.0** [2020-11-20]
- 增加关键词搜索功能
## 免责声明**不能使用该工具进行非法活动,下载该工具就表示同意此条款,造成的一切后果与作者无关!!**