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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
libssh-scanner — CVE-2018-10933에 취약한 호스트를 식별하는 스크립트 | Kitploit
도구/GitHubGitHub/jobroche/libssh-scanner
Vulnerability ScannersExploitationNetwork Security
GitHubjobroche/libssh-scanner

libssh-scanner

CVE-2018-10933에 취약한 호스트를 식별하는 스크립트

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

libssh 스캐너

소개


이것은 CVE-2018-10933에 취약한 호스트를 식별하기 위한 Python 기반 스크립트입니다. Libssh 스캐너는 두 가지 모드가 있습니다: 수동 모드(배너 그래빙)와 공격 모드(인증 우회)로 취약점 존재 여부를 확인합니다. 기본적으로 libssh 스캐너는 수동 모드를 사용하지만 -a 인수를 제공하면 공격 모드가 사용되어 더 정확한 결과를 제공합니다.

이 취약점은 libssh 0.6+ 버전에 존재하며, libssh 0.7.6 및 0.8.4에 포함된 패치로 수정되었습니다. 자세한 내용은: https://www.libssh.org/2018/10/16/libssh-0-8-4-and-0-7-6-security-and-bugfix-release/

설치


복제된 libssh-scanner 디렉토리 내에서 pip install -r requirements.txt를 실행하세요.

도움말


root@kitploit:~
libssh Scanner - Find vulnerable libssh services by Leap Security (@LeapSecurity)

positional arguments:
  target                An ip address or new line delimited file containing
                        IPs to search for the vulnerability.

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -p PORT, --port PORT  Set port of SSH service
  -a, --aggressive      Identify vulnerable hosts by bypassing authentication
도구 다운로드