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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
SMBGhost_AutomateExploitation — SMBGhost (CVE-2020-0796) 공격 및 탐지 자동화 | Kitploit
도구/GitHubGitHub/barriuso/smbghost_automateexploitation
Payload GenerationVulnerability AnalysisExploitationShellcodePenetration TestingRemote Access Tool
GitHubbarriuso/smbghost_automateexploitation

SMBGhost_AutomateExploitation

SMBGhost (CVE-2020-0796) 공격 및 탐지 자동화

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

SMBGhost (CVE-2020-0796) 자동 익스플로잇 및 탐지

이 파이썬 프로그램은 RCE SMBGhost 취약점을 위한 래퍼입니다. 작동하는 익스플로잇에 대한 모든 크레딧은 chompie1337에게 있습니다. 스캐너에 대한 모든 크레딧은 ioncodes에게 있습니다.

이러한 기능들을 하나의 프로그램에 자동화했습니다. 리버스 셸을 만들 때 Windows 대상의 아키텍처를 염두에 두어야 합니다.

이 익스플로잇은 안정적이지 않으며, 사용에 따른 책임은 본인에게 있습니다. 때로는 첫 번째 시도에서 작동하지 않을 수 있으며, 그래서 두 번째 재시도를 추가했습니다.

자신의 셸코드를 사용하려면 셸코드 최대 크기가 600바이트임을 명심하세요.

  • Windows 10 x64 (Microsoft Windows [버전 10.0.18362.113]. 빌드 1903.)에서 테스트 완료
  • @tijldeneut가 Win10 Enterprise (영문) x64 v1903 빌드 18362.30에서 테스트 완료

익스플로잇을 테스트할 취약한 Windows ISO (x64): MEGA 다운로드

데모

1º msfvenom으로 생성된 스테이지리스 리버스 셸 (x64).

Demo3

2º 대상에 사용자 "di.security"를 관리자로 추가하기 위한 사용자 정의 셸코드 시도. 셸코드 크레딧은 rastating에게 있습니다.

2020-06-12_11h49_05

옵션

root@kitploit:~
usage: Smb_Ghost.py [-h] -i IP [-p PORT] [--check] [-e] [--lhost LHOST]
                    [--lport LPORT] [--arch ARCH] [--silent] [--shellcode]
                    [--load-shellcode LOAD_SHELLCODE]

SMBGhost Detection and Exploitation

optional arguments:
  -h, --help            show this help message and exit
  -i IP, --ip IP        IP address
  -p PORT, --port PORT  SMB Port
  --check               Check SMBGhost Vulnerability
  -e                    Directly exploit SMBGhost
  --lhost LHOST         Lhost for the reverse shell
  --lport LPORT         Lport for the reverse shell
  --arch ARCH           Architecture of the target Windows Machine
  --silent              Silent mode for the scanner
  --shellcode           Shellcode Menu to import your shell
  --load-shellcode LOAD_SHELLCODE
                        Load shellcode directly from file

저자

  • Alberto Barriuso (@_Barriuso)

면책 조항

이 소프트웨어의 오용에 대한 책임은 저자에게 있지 않습니다. 자신의 네트워크 및/또는 네트워크 소유자의 허가를 받은 경우에만 사용하십시오.

TODO

  • 더 많은 페이로드 추가.
  • 다른 Windows 버전(x86)에서 테스트.
  • 스캐너를 더 정확하게 개선. 현재 스캐너는 SMBv3.1.1이 사용 중인지만 감지하지만, 호스트가 패치된 경우 false positive가 발생할 수 있습니다.
도구 다운로드