How To Work With OWASP DirBuster
Mapping phishing pages is crucial for detecting and mitigating potential security risks. OWASP Dirbuster, a powerful tool available in Kali Linux, can help identify hidden directories and files on a target website. In this article, we will explore how to use OWASP Dirbuster in Kali Linux for mapping phishing pages.
How To Work with OWASP DirBuster
Step 1: Launching Kali Linux and Opening OWASP Dirbuster

- Start Kali Linux and open the terminal.
- Type the command “dirbuster” to launch OWASP Dirbuster.
Step 2: Create your own wordlist
It is important to be effective, so you will not waste time on paths that won’t give you any results. Try to get a good understanding of the phishingkit or the scam page your are trying to map. Keep previously found paths, and add them to your knowledge base (wordlists)
admin login pay payment
You can save this wordlist as mywordlist_for_phishing_attacks.txt
.
- For example, you can get paths and file names from phishing pages you have found on URLscan.io.
Step 3: Configuring OWASP Dirbuster

- In the OWASP Dirbuster GUI, enter the target website URL in the “Target URL” field.
- Specify the desired port number in the “Port” field (e.g., 80 for HTTP, 443 for HTTPS) if wanted.
- Choose the “Directory List” option, which contains a list of common directory names to test.
- Select the desired “Thread Count” to determine the number of simultaneous connections.
- Enable or disable options like “Follow redirects” and “Use HTTPS.”
Step 4: Starting the Scan

- Click the “Start” button to initiate the scanning process.
- OWASP Dirbuster will begin enumerating directories and files on the target website.
Step 5: Analyzing the Results

- Once the scan is complete, OWASP Dirbuster will display a list of discovered directories and files.
- Analyze the results to identify potential phishing pages or suspicious directories.
- Look for directory or file names that resemble popular services or login pages, such as “login,” “banking,” or “paypal.”
- Note down any findings that require further investigation.
OWASP Dirbuster, a powerful tool available in Kali Linux, helps in mapping phishing pages by identifying hidden directories and files. By following the steps outlined in this article, you can effectively use OWASP Dirbuster to detect and mitigate potential phishing threats.