Dirb Command Termux | Dirb: A Web-Content Scanner

DIRB (Directory Brute-Forcer) termasuk ke dalam tool yang cukup bagus,, fungsinya mencari file tersembunyi di dalam web/app. Cocok digunakan oleh cybersec maupun bug hunter maupun siapapun

kenapa harus dirb?
karena;>
1. otomatisasi pencarian
2. bisa di custom wordlisnya
3. cepet & effisien
4. open source
5. Memberikan hasil rinci

Penginstallan Dirb

apt update -y
apt upgrade -y
pkg install dirb -y

cek versi dirb

dirb --version

Penggunaan Dirb

dirb http://testphp.vulnweb.com/ /data/data/com.termux/files/usr/share/dirb/wordlists/common.txt

Menyimpan hasil scan

dirb http://testphp.vulnweb.com/ /data/data/com.termux/files/usr/share/dirb/wordlists/common.tx -o dirb_output.txt

Custom Wordlist

nano /data/data/com.termux/files/usr/share/dirb/wordlists/common.txt

spesifik file tertentu saja

dirb http://testphp.vulnweb.com/ /data/data/com.termux/files/usr/share/dirb/wordlists/common.tx -o dirb_output.txt -X .php,.js,.asp

spesifik kata tertentu saja

dirb http://testphp.vulnweb.com/ /data/data/com.termux/files/usr/share/dirb/wordlists/common.tx -o dirb_output.txt -H .js

spesifik status code http

dirb http://testphp.vulnweb.com/ /data/data/com.termux/files/usr/share/dirb/wordlists/common.tx -o dirb_output.txt -N 301,302

catatan; penamaan output scan & tempat penyimpanan wordlist diperhatikan ya

~ thank’s !

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

No responses yet

Write a response