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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
valhalla — Shodan 기반 취약점 스캐너로, dork 쿼리와 IP 목록을 사용하여 노출된 장치를 발견하고 알려진 CVE 및 취약점에 대해 대상을 스캔합니다. | Kitploit
도구/GitHubGitHub/gotr00t0day/valhalla
ReconnaissanceVulnerability ScannersExploitationInformation Gathering
GitHubgotr00t0day/valhalla

valhalla

Shodan 기반 취약점 스캐너로, dork 쿼리와 IP 목록을 사용하여 노출된 장치를 발견하고 알려진 CVE 및 취약점에 대해 대상을 스캔합니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

valhalla

Valhalla는 shodan에서 취약한 장치를 찾아내며, 도메인 목록을 스캔하여 취약점을 탐지할 수도 있습니다.

설치

git clone https://github.com/gotr00t0day/valhalla.git

cd valhalla

pip3 install -r requirements.txt

chmod +x install.sh
./install.sh

사용법

root@kitploit:~
            ,
       ,   |\ ,__
       |\   \/   `.
       \ `-.:.     `\
        `-.__ `\=====|
           /=`'/   ^_\
         .'   /\   .=)
      .-'  .'|  '-(/_|
    .'  __(  \  .'`
   /_.'`  `.  |`
            \ |
             |/  "No system is safe"

____   ____      .__  .__           .__  .__
\   \ /   /____  |  | |  |__ _____  |  | |  | _____
 \   Y   /\__  \ |  | |  |  \\__  \ |  | |  | \__  \
  \     /  / __ \|  |_|   Y  \/ __ \|  |_|  |__/ __ \_
   \___/  (____  /____/___|  (____  /____/____(____  /
               \/          \/     \/               \/
               Author:  c0deninja
               Version: v1.8


usage: valhalla.py [-h] [-p 8080] [-t TARGET] [-d DORK] [-f FILE] [-cve CVE_ID]
                   [-vuln VULNERABILITY]

options:
  -h, --help            show this help message and exit
  -p 8080, --port 8080  port number to use
  -t TARGET, --target TARGET
                        file to scan
  -d DORK, --dork DORK  Dork to scan
  -f FILE, --file FILE  file to scan
  -cve CVE_ID, --cve_id CVE_ID
                        scan by cve id
  -vuln, --vulnerability
                        scan for vulnerabilities
  -ips, --ipaddresses   getting ip addresses from shodan

예제

일반 스캔

root@kitploit:~
python3 valhalla.py -t IP --port 443

shodan dork로 IP 추출

root@kitploit:~
python3 valhalla.py -d "SHODAN DORK HERE" -ips

Dork 스캔

root@kitploit:~
python3 valhalla.py -d 'SHODAN DORK HERE' --port 80

파일을 CVE ID로 스캔

root@kitploit:~
python3 valhalla.py -f ips.txt --cve_id CVE-2022-30525

대상을 CVE ID로 스캔

root@kitploit:~
python3 valhalla.py -t IP --port 443 --cve_id CVE-2022-30525

CVE ID로 Dork 스캔

root@kitploit:~
python3 valhalla.py -d 'DORK HERE' --cve_id CVE-2022-30525 --port 80

취약점 스캔

root@kitploit:~
python3 valhalla.py -t IP --port 443 --vulnerability

Dork를 이용한 취약점 스캔

root@kitploit:~
python3 valhalla.py -d 'DORK HERE' --port 443 --vulnerability
도구 다운로드