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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
vaf — 멀티스레드 웹 퍼저로, URL 경로, HTTP 헤더 및 POST 데이터 무차별 대입 공격을 수행하며 프록시 지원, 상태 코드 필터링 및 반사형 콘텐츠 탐지를 제공합니다. | Kitploit
도구/GitHubGitHub/andreiverse/vaf
Vulnerability ScannersWeb SecurityFuzzingPenetration Testing
GitHubandreiverse/vaf

vaf

멀티스레드 웹 퍼저로, URL 경로, HTTP 헤더 및 POST 데이터 무차별 대입 공격을 수행하며 프록시 지원, 상태 코드 필터링 및 반사형 콘텐츠 탐지를 제공합니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

vaf

nim으로 작성된 빠르고 간단하며 기능이 풍부한 웹 퍼저





vaf는 다양한 기능을 갖춘 크로스 플랫폼 웹 퍼저입니다. 주요 기능은 다음과 같습니다:

  • 빠른 스레딩
  • HTTP 헤더 퍼징
  • 프록시 지원
  • 자신만의 기능 추가!
  • 그리고 더 많은 기능...

설치

다음 한 줄 명령어로 vaf를 설치할 수 있습니다:

root@kitploit:~
curl https://raw.githubusercontent.com/d4rckh/vaf/main/install.sh | sudo bash

옵션

root@kitploit:~
Options:
  -h, --help
  -u, --url=URL              Target URL. Replace fuzz area with FUZZ
  -w, --wordlist=WORDLIST    The path to the wordlist.
  -m, --method=METHOD        Request method. Supported: POST, GET (default: GET)
  -H, --header=HEADER        Specify HTTP headers; can be used multiple times. Example: -H 'header1: val1' -H 'header1: val1'
  -pf, --prefix=PREFIX       The prefixes to append to the word (default: )
  -sf, --suffix=SUFFIX       The suffixes to append to the word (default: )
  -t, --threads=THREADS      Number of threads (default: 5)
  -sc, --status=STATUS       The status to filter; to 'any' to print on any status (default: 200)
  -g, --grep=GREP            Only log if the response body contains the string (default: )
  -ng, --notgrep=NOTGREP     Only log if the response body does no contain a string (default: )
  -pd, --postdata=POSTDATA   Specify POST data; used only if '-m post' is set (default: {})
  -x, --proxy=PROXY          Specify a proxy (default: )
  -ca, --cafile=CAFILE       Specify a CA root certificate; useful if you are using Burp/ZAP proxy (default: )
  -o, --output=OUTPUT        Output the results in a file (default: )
  -mr, --maxredirects=MAXREDIRECTS
                             How many redirects should vaf follow; 0 means none (default: 0)
  -v, --version              Print version information
  -pif, --printifreflexive   Print only if the fuzzed word is reflected in the page
  -i, --ignoressl            Do not verify SSL certificates; useful if you are using Burp/ZAP proxy
  -ue, --urlencode           URL encode the fuzzed words
  -pu, --printurl            Print the requested URL
  -ph, --printheaders        Print response headers
  -dbg, --debug              Prints debug information

예제

URL 경로 퍼징, 200 OK 응답만 출력

root@kitploit:~
vaf -u https://example.org/FUZZ -w path/to/wordlist.txt -sc OK

'User-Agent' 헤더 퍼징, 200 OK 응답만 출력

root@kitploit:~
vaf -u https://example.org/ -w path/to/wordlist.txt -sc OK -H "User-Agent: FUZZ"

POST 데이터 퍼징, 200 OK 응답만 출력

root@kitploit:~
vaf -u https://example.org/ -w path/to/wordlist.txt -sc OK -m POST -H "Content-Type: application/json" -pd '{"username": "FUZZ"}'

기여자

이 프로젝트에 기여해 주신 모든 분들께 감사드립니다!

  • @daanbreur
도구 다운로드