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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
hstsparser — Firefox 및 Chrome HSTS 데이터베이스를 분석하여 포렌식 아티팩트로 변환하는 도구! | Kitploit
도구/GitHubGitHub/thebeanogamer/hstsparser
ForensicsDigital Forensics
GitHubthebeanogamer/hstsparser

hstsparser

Firefox 및 Chrome HSTS 데이터베이스를 분석하여 포렌식 아티팩트로 변환하는 도구!

저장소 보기웹사이트
2621년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

HSTS 파서

Lint Codebase Build Releases Licence Python 3.11.x PyPI Downloads Copr build status

HSTS 파서는 Firefox 및 Chrome의 HSTS 데이터베이스를 실제로 유용한 포렌식 아티팩트로 파싱하는 간단한 도구입니다! 이 도구의 배경 연구와 잠재적 사용 사례에 대한 자세한 내용은 제 블로그에서 확인하세요!

설치

HSTS 파서는 pip를 통해 설치하거나 네이티브 실행 파일로 설치할 수 있습니다.

PyPi에서

Python이 이미 설치되어 있다면 pip를 사용하여 HSTS 파서를 설치할 수 있습니다.

root@kitploit:~
pip install hstsparser

Fedora에서

Fedora package Fedora package

HSTS 파서는 Fedora 38 이상에서 사용 가능합니다.

root@kitploit:~
dnf install hstsparser

Windows에서

Windows 바이너리는 HSTS 파서의 각 릴리스에 대해 GitHub Actions CI에서 게시됩니다. 릴리스 페이지에서 다운로드할 수 있습니다.

사용법

아래의 모든 문서는 독립 실행형 실행 파일이 아닌 Python 버전을 기준으로 작성되었지만, 명령어는 동일합니다.

root@kitploit:~
$ hstsparser -h
usage: hstsparser [-h] [-w WORDLIST] [--csv CSV] (--firefox | --chrome) FILE

Process HSTS databases

positional arguments:
  FILE         The path to the database to be processed

optional arguments:
  -h, --help   show this help message and exit
  -w WORDLIST  The path to a file containing a wordlist for bruteforcing hashes
  --csv CSV    Output to a CSV file
  --firefox    Process a Firefox database
  --chrome     Process a Chrome database

예제

Firefox

root@kitploit:~
hstsparser --firefox SiteSecurityServiceState.txt

Chrome

root@kitploit:~
hstsparser --chrome TransportSecurity

워드리스트를 사용한 Chrome

root@kitploit:~
hstsparser -w wordlist.txt --chrome TransportSecurity

스크린샷

Firefox

Firefox 처리 스크린샷

워드리스트를 사용한 Chrome

워드리스트를 사용한 Chrome 처리 스크린샷

링크

  • 내 블로그 게시물
  • MDN - HSTS
  • Chromium - HSTS
도구 다운로드