Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
cc.py — 基于 "commoncrawl.org" 的结果提取特定目标的 URL | Kitploit
工具/GitHubGitHub/si9int/cc.py
OSINT (开源情报)侦察信息收集Web安全渗透测试网络爬虫
GitHubsi9int/cc.py

cc.py

基于 "commoncrawl.org" 的结果提取特定目标的 URL

查看仓库
275458个月前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

cc.py

根据 "commoncrawl.org" 的结果提取特定目标的 URL。 已更新至 v.0.3 | 更新内容:

  • 处理速度快 65%
  • 通过 -y/--year 指定年份,例如:-y 2018
  • 通过 -o/--out 指定输出文件,例如:-o whatever.txt
  • 为特定索引爬取所有页面 -i/--index,例如:cc.py army.mil -i CC-MAIN-2018-05
  • 列出所有可用索引 -l/--list,例如:cc.py army.mil -l

待办事项

  • 为特定索引爬取
  • 实现多线程
  • 允许输入年份范围
  • 实现 direct-grep
  • 临时文件写入

用法

root@kitploit:~
cc.py [-h] [-y YEAR] [-o OUT] [-l] [-i INDEX] [-u] domain

positional arguments:
  domain                domain which will be crawled for

optional arguments:
  -h, --help            show this help message and exit
  -y YEAR, --year YEAR  limit the result to a specific year (default: all)
  -o OUT, --out OUT     specify an output file (default: domain.txt)
  -l, --list            Lists all available indexes
  -i INDEX, --index INDEX
                        Crawl for a specific index (this will crawl all
                        pages!)
  -u, --update          Update index file

示例

root@kitploit:~
python3 cc.py github.com -y 2018 -o github_18.txt
cat github_18.txt | grep user

依赖

  • Python3

这是主仓库的一个分支,我只是添加了一些缺失的功能。

下载工具