書名: Kali Linux:An Ethical Hacker's Cookbook作者名: Himanshu Sharma本章字數: 92字更新時間: 2021-07-08 09:41:14
Dirsearch
Our next tool in the line is dirsearch. As the name suggests it is a simple command-line tool that can be used to brute force the directories. It is much faster than the traditional DIRB:
- The command to install is:
git clone https://github.com/maurosoria/dirsearch.git
- Or you can download and save it from https://github.com/maurosoria/dirsearch. The following screenshot shows the preceding command:

- Once the cloning is complete browse to the directory and run the tool by using the following:
./dirsearch.py -u hostname.com -e aspx,php
The following screenshot shows the output for the preceding command:

推薦閱讀
- Apache Oozie Essentials
- PHP+MySQL網站開發技術項目式教程(第2版)
- Web Application Development with R Using Shiny(Second Edition)
- Responsive Web Design by Example
- Windows內核編程
- “笨辦法”學C語言
- C++反匯編與逆向分析技術揭秘(第2版)
- Domain-Driven Design in PHP
- IDA Pro權威指南(第2版)
- Scratch從入門到精通
- 數據科學中的實用統計學(第2版)
- Spring Data JPA從入門到精通
- Java無難事:詳解Java編程核心思想與技術(第2版)
- 機器學習開發者指南
- Building Modern Networks