Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
cc.py — 특정 대상의 URL을 "commoncrawl.org"의 결과를 기반으로 추출 | Kitploit
도구/GitHubGitHub/si9int/cc.py
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringWeb SecurityPenetration TestingCrawler
GitHubsi9int/cc.py

cc.py

특정 대상의 URL을 "commoncrawl.org"의 결과를 기반으로 추출

저장소 보기
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

ToDo

  • 특정 인덱스 크롤링
  • 멀티스레딩 구현
  • 연도 범위를 입력으로 허용
  • direct-grep 구현
  • 임시 파일 쓰기

Usage

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

Example

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

Dependencies

  • Python3

메인 저장소의 포크이며, 누락된 일부 기능을 추가했습니다.

도구 다운로드