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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
rbuster — 또 다른 dirbuster | Kitploit
도구/GitHubGitHub/smirnovvad/rbuster
Information GatheringWeb SecurityFuzzingPenetration Testing
GitHubsmirnovvad/rbuster

rbuster

또 다른 dirbuster

저장소 보기
1875년 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Rbuster

또 다른 dirbuster

일반적인 명령줄 옵션

  • -a <user agent string> - 요청에 보낼 사용자 에이전트 문자열을 지정합니다.
  • -c <http cookies> - 필요한 쿠키를 지정하는 데 사용합니다 (인증 시뮬레이션). 헤더.
  • -f - 와일드카드 결과가 있는 도메인을 강제로 처리합니다.
  • -l - 응답 길이를 표시합니다.
  • -r - 리디렉션을 따릅니다.
  • -s <status codes> - '긍정'으로 간주할 상태 코드 목록의 쉼표로 구분된 집합 (기본값: 200,204,301,302,307).
  • -u <url/domain> - 전체 URL (스킴 포함) 또는 기본 도메인 이름.
  • -v - 자세한 출력 (모든 결과 표시).
  • -w <wordlist> - 무차별 대입에 사용할 워드리스트 경로.
  • -b <token> - Bearer 토큰을 통한 HTTP Authorization.
  • -P <password> - HTTP Authorization 비밀번호 (Basic Auth 전용, 누락 시 프롬프트).
  • -U <username> - HTTP Authorization 사용자 이름 (Basic Auth 전용).

설치

root@kitploit:~
cargo install rbuster

kali에 설치

root@kitploit:~
apt install libssl-dev pkg-config
cargo install rbuster

예제

root@kitploit:~
$ rbuster -w common.txt -u http://horriblesubs.info/

Rbuster 0.1.0                 Vadim Smirnov
=====================================================
Url/Domain    : http://horriblesubs.info/
Wordlist      : common.txt
Words         : 4593
=====================================================
/thanks (Status: 301 Moved Permanently | Content-Length: 0)
/the (Status: 301 Moved Permanently | Content-Length: 0)
/ro (Status: 301 Moved Permanently | Content-Length: 0)
/robot (Status: 301 Moved Permanently | Content-Length: 0)
/robotics (Status: 301 Moved Permanently | Content-Length: 0)
/robots.txt (Status: 200 OK | Content-Length: 67)
도구 다운로드