Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
rbuster — yet another dirbuster | Kitploit
Tools/GitHubGitHub/smirnovvad/rbuster
Information GatheringWeb SecurityFuzzingPenetration Testing
GitHubsmirnovvad/rbuster

rbuster

yet another dirbuster

View Repository
1875 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Rbuster

yet another dirbuster

Common Command line options

  • -a <user agent string> - specify a user agent string to send in the request
  • -c <http cookies> - use this to specify any cookies that you might need (simulating auth). header.
  • -f - force processing of a domain with wildcard results.
  • -l - show the length of the response.
  • -r - follow redirects.
  • -s <status codes> - comma-separated set of the list of status codes to be deemed a "positive" (default: 200,204,301,302,307).
  • -u <url/domain> - full URL (including scheme), or base domain name.
  • -v - verbose output (show all results).
  • -w <wordlist> - path to the wordlist used for brute forcing.
  • -b <token> - HTTP Authorization via Bearer token.
  • -P <password> - HTTP Authorization password (Basic Auth only, prompted if missing).
  • -U <username> - HTTP Authorization username (Basic Auth only).

Install

root@kitploit:~
cargo install rbuster

Install in kali

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

Example

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)
Download Tool