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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Python-Honeypot — OWASP Honeypot, 자동화된 기만 프레임워크. | Kitploit
도구/GitHubGitHub/owasp/python-honeypot
Defensive ToolsContainer SecurityNetwork SecurityThreat IntelligenceIncident ResponseAPI SecurityLog Analysis
GitHubowasp/python-honeypot

Python-Honeypot

OWASP Honeypot, 자동화된 기만 프레임워크.

저장소 보기
48214962년 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
웹사이트

OWASP Honeypot

Build Status

OWASP Honeypot은 Python 언어로 작성된 오픈소스 소프트웨어로, 허니팟과 허니넷을 쉽고 안전하게 생성하도록 설계되었습니다! 이 프로젝트는 Python 3.x와 호환되며 Mac OS X 및 Linux에서 테스트되었습니다.

기여, 아이디어, 피드백을 환영합니다. 이슈를 생성하거나 [email protected]로 직접 이메일을 보내주시기 바랍니다. 자세한 내용은 Wiki 페이지를 방문해 주십시오.

  • 더 읽어보기: https://www.secologist.com/open-source-projects

저희는 연구 및 개발 단계에 있습니다. 오류가 발생할 수 있습니다!
보증 없음! 본인의 책임 하에 사용하십시오!
제품/정보/민감 데이터가 있는 동일한 서버/네트워크에서 사용하지 마십시오!
  • 실행 예시 (ctrl + c를 눌러 허니팟 서비스를 올바르게 종료 및 제거했습니다!)
root@kitploit:~

      ______          __      _____ _____
     / __ \ \        / /\    / ____|  __ \
    | |  | \ \  /\  / /  \  | (___ | |__) |
    | |  | |\ \/  \/ / /\ \  \___ \|  ___/
    | |__| | \  /\  / ____ \ ____) | |
     \____/   \/  \/_/    \_\_____/|_|
                      _    _                        _____      _
                     | |  | |                      |  __ \    | |
                     | |__| | ___  _ __   ___ _   _| |__) |__ | |_
                     |  __  |/ _ \| "_ \ / _ \ | | |  ___/ _ \| __|
                     | |  | | (_) | | | |  __/ |_| | |  | (_) | |_
                     |_|  |_|\___/|_| |_|\___|\__, |_|   \___/ \__|
                                               __/ |
                                              |___/

[+] [2018-07-09 23:56:06] OWASP Honeypot started ...
[+] [2018-07-09 23:56:06] loading modules ftp/weak_password, http/basic_auth_weak_password, ssh/weak_password
[+] [2018-07-09 23:56:06] creating image ohp_ftpserver
[+] [2018-07-09 23:56:35] image ohp_ftpserver created
[+] [2018-07-09 23:56:35] creating image ohp_httpserver
[+] [2018-07-09 23:57:00] image ohp_httpserver created
[+] [2018-07-09 23:57:00] creating image ohp_sshserver
[+] [2018-07-09 23:57:17] image ohp_sshserver created
[+] [2018-07-09 23:57:17] creating ohp_internet network
[+] [2018-07-09 23:57:17] ohp_internet network created subnet:172.19.0.0/16 gateway:172.19.0.1
[+] [2018-07-09 23:57:17] creating ohp_no_internet network
[+] [2018-07-09 23:57:18] ohp_no_internet network created subnet:172.20.0.0/16 gateway:172.20.0.1
[+] [2018-07-09 23:57:18] container ohp_ftpserver_weak_password started, forwarding 0.0.0.0:21 to 72.20.0.:21
[+] [2018-07-09 23:57:18] container ohp_httpserver_basic_auth_weak_password started, forwarding 0.0.0.0:80 to 72.20.0.:80
[+] [2018-07-09 23:57:19] container ohp_sshserver_weak_password started, forwarding 0.0.0.0:22 to 72.19.0.:22
[+] [2018-07-09 23:57:19] all selected modules started: ftp/weak_password, http/basic_auth_weak_password, ssh/weak_password
[+] [2018-07-09 23:57:29] interrupted by user, please wait to stop the containers and remove the containers and images
[+] [2018-07-09 23:57:39] stopping container ohp_httpserver_basic_auth_weak_password
[+] [2018-07-09 23:57:49] stopping container ohp_sshserver_weak_password
[+] [2018-07-09 23:57:49] removing container ohp_ftpserver_weak_password
[+] [2018-07-09 23:57:49] removing container ohp_httpserver_basic_auth_weak_password
[+] [2018-07-09 23:57:49] removing container ohp_sshserver_weak_password
[+] [2018-07-09 23:57:49] removing image ohp_sshserver
[+] [2018-07-09 23:57:49] removing image ohp_httpserver
[+] [2018-07-09 23:57:49] removing image ohp_ftpserver
[+] [2018-07-09 23:57:49] finished.

API 작업 및 웹 UI

  • 자세한 내용은 Wiki 페이지의 API Actions를 참조하십시오.
  • 기본 구성(default configuration)으로 API 서버를 실행하려면(ElasticSearch가 호스트에서 실행 중인 경우) 아래 명령을 사용하십시오:
root@kitploit:~
  python ohp.py --start-api-server

Dockerized API 실행

  • ElasticSearch가 호스트에서 실행 중인 상태에서 API를 실행하려면 아래 명령을 사용하십시오:
root@kitploit:~
docker-compose -f docker-compose-host.yml up
  • ElasticSearch도 도커 컨테이너에서 실행 중인 상태에서 API를 실행하려면 다음 명령을 사용하십시오:
root@kitploit:~
docker-compose up

웹 인터페이스

image_2018-07-17_01-48-26

ohp

기여하기

Pull Request를 환영합니다! Slack에 참여하여 #owasp-python-honeypot 채널에서 엔지니어들과 프로젝트에 대해 논의해 주십시오. 트래커에서 'help wanted' 또는 'good first issue'로 표시된 열린 이슈를 자유롭게 선택하십시오. 자세한 내용은 CONTRIBUTION 파일을 참조하십시오. 다른 이슈도 기여할 수 있지만, 명시적으로 레이블이 지정된 이슈에 비해 접근성이 떨어지거나 명확하지 않을 수 있습니다. 이러한 티켓을 구현하는 데 관심이 있다면 저희에게 연락해 주시기 바랍니다.

도구 다운로드