Gobuster 도움말 메뉴 표시
마지막 단계에서는 Gobuster 도움말 메뉴를 표시합니다. 이는 도구의 기능, 사용 가능한 명령 및 옵션에 대한 개요를 파악하는 좋은 방법입니다. 또한 Gobuster 실행 파일이 완전히 작동하는지 확인합니다.
gobuster -h 명령을 실행하여 메인 도움말 메뉴를 표시합니다.
gobuster -h
다양한 Gobuster 모드 (예: dir, dns, vhost, s3, gcs, fuzz) 와 해당 옵션을 나열하는 포괄적인 출력을 볼 수 있습니다. 이는 Gobuster 를 사용할 준비가 되었음을 나타냅니다.
Usage:
gobuster [command]
Available Commands:
dir Uses directory/file brute-forcing mode
dns Uses DNS subdomain brute-forcing mode
fuzz Uses fuzzing mode
help Help about any command
s3 Uses AWS S3 bucket enumeration mode
gcs Uses Google Cloud Storage bucket enumeration mode
vhost Uses VHOST brute-forcing mode
Flags:
-z, --no-color Disable color output
-q, --quiet Don't print the banner and other noise
-v, --verbose Verbose output (errors)
-h, --help help for gobuster
-V, --version version for gobuster
Use "gobuster [command] --help" for more information about a command.