
보안 연구용 HTTP 도구 키트.
Hetty는 보안 연구를 위한 HTTP 툴킷입니다. Burp Suite Pro와 같은 상용 소프트웨어의 오픈 소스 대안이 되는 것을 목표로 하며, 정보 보안 및 버그 바운티 커뮤니티의 요구에 맞춰 강력한 기능을 제공합니다.
👷♂️ Hetty는 활발히 개발 중입니다. 현재 상태는 백로그를 확인하세요.
📣 팀에서 전문적으로 침투 테스트를 수행하고 계신가요? 이 5분 설문을 통해 도구에 대한 의견을 듣고 싶습니다. 감사합니다!
💡 시작하기 문서에 더 자세한 설치 및 사용 방법이 나와 있습니다.
Hetty를 설치하고 업데이트하는 가장 빠른 방법은 패키지 관리자를 이용하는 것입니다.
brew install hettysoft/tap/hetty
sudo snap install hetty
scoop bucket add hettysoft https://github.com/hettysoft/scoop-bucket.git
scoop install hettysoft/hetty
또는 GitHub에서 최신 릴리스를 다운로드하여 운영 체제와 아키텍처에 맞는 바이너리를 $PATH에 있는 디렉터리로 이동할 수 있습니다. 패키지 관리자에서 사용할 수 없거나 GitHub 릴리스에 없는 운영 체제인 경우 소스에서 컴파일할 수 있습니다. (링크 곧 제공 예정)
Docker 이미지는 GitHub의 Container Registry와 Docker Hub를 통해 배포됩니다. 데이터베이스 및 인증서 저장을 위한 볼륨과 8080 포트 포워딩을 사용하여 Hetty를 실행하려면:
docker run -v $HOME/.hetty:/root/.hetty -p 8080:8080 \
ghcr.io/dstotijn/hetty:latest
설치가 완료되면 다음 명령어로 Hetty를 시작합니다:
hetty
💡 자세한 내용은 시작하기 문서를 참조하세요.
사용 가능한 모든 옵션을 보려면 hetty --help를 실행합니다:
$ hetty --help
Usage:
hetty [flags] [subcommand] [flags]
Runs an HTTP server with (MITM) proxy, GraphQL service, and a web based admin interface.
Options:
--cert Path to root CA certificate. Creates file if it doesn't exist. (Default: "~/.hetty/hetty_cert.pem")
--key Path to root CA private key. Creates file if it doesn't exist. (Default: "~/.hetty/hetty_key.pem")
--db Database file path. Creates file if it doesn't exist. (Default: "~/.hetty/hetty.db")
--addr TCP address for HTTP server to listen on, in the form \"host:port\". (Default: ":8080")
--chrome Launch Chrome with proxy settings applied and certificate errors ignored. (Default: false)
--verbose Enable verbose logging.
--json Encode logs as JSON, instead of pretty/human readable output.
--version, -v Output version.
--help, -h Output this usage text.
Subcommands:
- cert Certificate management
Run `hetty <subcommand> --help` for subcommand specific usage instructions.
Visit https://hetty.xyz to learn more about Hetty.
📖 문서 보기
버그 신고 및 기능 요청은 이슈를 사용하고, 질문 및 문제 해결은 토론을 이용해 주세요.
기여하고 싶으신가요? 좋습니다! 자세한 내용은 기여 가이드라인을 확인해 주세요.
💖 Hetty를 즐기고 계신가요? 후원하기를 통해 저를 지원해 주세요!
© 2019–2025 Hetty Software