Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What tool is Dirble?

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces what Dirble is a tool, the article introduces in great detail, has a certain reference value, interested friends must read it!

One is called Dirble tool, which is an easy-to-use, high-performance website directory scanning tool. The tool is designed for Windows and Linux platforms. With the help of Dirble, security researchers can quickly scan directories and crawl resources on the target site.

Tool installation

The majority of researchers can use the following commands to directly clone the project source code locally.

Using the git clone https://github.com/nccgroup/dirble.git tool

First of all, we need to choose the precompiled source code of the corresponding Windows, Linux or macOS version according to our own system platform. Of course, we can also use Cargo to compile the project source code directly locally. Once the compilation is complete, we can use Dirble directly in the command line terminal. The default dictionary for Dirble uses the dirble_wordlist.txt file in the root of the project, which is an executable.

In addition, we can also complete the installation of Dirble in BlackArch using the following command:

Sudo pacman-S dirble

Of course, Dirble also kindly provides a Docker image for researchers, and we can use the following command to run the tool through Docker:

Docker run-- rm-t isona/dirble [dirble arguments]

During the use of the tool, we can check the help information of the tool by running the following command, or visit the [WiKi page] of the project directly for more details:

Dirble-- help source code construction

To build the project source code on our current platform, first make sure that the current system has completed the installation of Cargo, and then run the following command:

Cargo build-release

Alternatively, we can run the following command in release mode (cargo build-- release) to build the source code:

Make

If you need to build 32-bit or 64-bit versions of Linux or Windows programs, we also provide a very convenient makefile:

Make release

Or:

Introduction to cargo install cross function

1 、 Cookie

2. Custom Header

3. Extension and prefix

4. HTTP basic authentication

5. Directory detection and deletion can be enumerated

6. Save the output to a file

7. Save output in XML and JSON format

8. Support agents

9. Recursive scanning

10. Status code blacklist and whitelist

11. Multithreading support

12. Request restrictions

13. Support detection based on response code and response length

14. Support URL list scanning

15. User agent

16. Request using GET, POST, or HEAD

17. The output can be filtered according to the range of response length

Use exampl

Under the current working directory, use the default dictionary file dirble_wordlist.txt to scan the target website:

Dirble [address]

Use the default dictionary and introduce the .php and .html suffixes to scan:

Dirble [address]-w example_wordlist.txt-x.php, .html

Enable enumerable directory crawling:

Dirble [address]-- scrape-listable

Provides a list of scan extensions and hosts:

Dirble [address]-X wordlists/web.lst-U hostlist.txt

Provide multiple hosts to be scanned from the command line:

Dirble [address]-u [address]-u [address]

Perform scanning tasks with Gobuster default style and multithreading (10 threads), and disable recursion:

Dirble [address]-- max-threads 10-- wordlist-split 10-r tool performance

The above is all the content of this article "what is Dirble?" Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report