Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
उपकरण/GitLabGitLab/zer1t0/barrido
टोहीवेब भेद्यता स्कैनरजानकारी एकत्र करनावेब सुरक्षाफज़िंग
GitLabzer1t0/barrido

barrido

वेब अनुप्रयोगों में पथ खोजने का उपकरण

रिपॉजिटरी देखें
22 साल पहलेअभी तक समीक्षित नहीं

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें
barrido — वेब अनुप्रयोगों में पथ खोजने का उपकरण | Kitploit
वेबसाइट

barrido

Crates.io Crates.io

वेब एप्लिकेशन पथ खोजने के लिए कंसोल उपयोगिता।

अभी भी अल्फा संस्करण में है।

उदाहरण

एकाधिक URL ब्रूटफोर्सिंग:

root@kitploit:~
$ cat urls.txt
https://target.a.com
https://target.b.com
https://target.c.com
$ barrido urls.txt wordlists/quickhits.txt -se | tee curious_paths.txt
https://target.c.com/manager/ 401
https://target.a.com/.git 200
https://target.b.com/phpinfo 200

स्क्रैपर के साथ एकल URL ब्रूटफोर्सिंग:

root@kitploit:~
$ barrido https://scrapabble.com wordlists/raft-small-directories-lowercase.txt --scraper
/index
/help
/customers/faqs
/webmaster/login
/api/js/retrieve_session_token

उपयोग

root@kitploit:~
$ ./target/release/barrido -h
barrido 0.1
Discover them all!

USAGE:
    barrido [FLAGS] [OPTIONS] <url> <wordlist>

FLAGS:
    -l, --body-length         Show the discovered paths with the response code
    -e, --expand-path         Return paths with the complete url
        --follow-redirects    Follow HTTP redirections
    -h, --help                Prints help information
    -k, --insecure            Allow insecure connections when using SSL
    -p, --progress            Show the progress of requests
        --scraper             Scrap for new paths in responses
    -s, --status              Show the discovered paths with the response code
    -V, --version             Prints version information
    -v                        Verbosity

OPTIONS:
    -H, --header <header>...               Headers to send in request
        --invalid-codes <invalid-codes>    Response codes which are invalid
        --invalid-regex <invalid-regex>    Regex to match invalid responses
        --exact-length <length>            Exact length of responses
        --max-length <max-length>          Maximum length in responses
        --min-length <min-length>          Minimum length in responses
        --no-exact-length <no-length>      Exact length of invalid responses
    -o, --out-file <out-file>              File to write results (json format)
    -x, --proxy <proxy>                    Specify proxy in format: http[s]://<host>[:<port>]
    -t, --threads <threads>                Number of threads [default: 10]
        --timeout <timeout>                HTTP requests timeout [default: 10]
    -A, --user-agent <user-agent>          Set custom User-Agent [default: barrido]
        --valid-codes <valid-codes>        Response codes which are valid [default: 200,204,301,302,307,401,403]

ARGS:
    <url>         url to load
    <wordlist>    list of paths

स्थापना

crates.io से:

root@kitploit:~
cargo install barrido
barrido -h

स्रोत से:

root@kitploit:~
git clone https://gitlab.com/Zer1t0/barrido.git
cd ./barrido
cargo build --release
./target/release/barrido -h

विशेषताएँ

  • एकल URL ब्रूटफोर्सिंग
  • एकाधिक URL ब्रूटफोर्सिंग
  • स्क्रैपर डिस्कवर
  • प्रतिक्रिया फ़िल्टर निम्न पर आधारित:
    • स्थिति कोड
    • रेगेक्स
    • लंबाई
  • निष्पादन आरंभ पर कोई परेशान करने वाला बैनर प्रदर्शित नहीं होता

समान उपकरण

  • dirbuster
  • dirb
  • gobuster
  • ffuzz
  • wfuzz
टूल डाउनलोड करें