Filter
Exclude
Time range
-
Near
9 Feb 2025
No worries, it happens 🙂 What you proposed is called directory brute forcing, or "dirbusting". And to answer the original q, I'd check shodan, historical DNS data, mine website JS, do lookup from SecList list of known subdomains and also brute force feasible \w keyspace
1
2
30
Has anyone used nuclei for dirbusting? (instead of ffuf/feroxbuster/gobuster) What's your experience (yay/nay)? @pdnuclei
1
9
3,259
31 Dec 2024
Replying to @torik_1999
Recursive dirbusting
1
27
2,828
26 Dec 2024
The power of a good wordlist 🔥 Just found an excessive data exposure only with dirbusting with an Arabic wordlist! I'm starting to share my dedicated languages wordlist, soon I share more. Check it out 🤑 #bugbountytips #BugBounty #Hacking github.com/r3dpower/Language…
1
21
83
5,194
🚀 Simple ffuf bash one-liner helper By @naglinagli
 Here’s a useful bash function one-liner made by @naglinagli to sort out all your directory searching needs. Simply add this into your ~/.bashrc: ffufr() { ffuf -c -w "/path/to/SecLists/Discovery/Web-Content/\" -u "$2/FUZZ" -recursion } Also make sure you have the latest github.com/danielmiessler/Se… and the correct path in the function above. Now you can perform recursive directory searching (dirbusting) of your target domain easily like this: ffufr WORDLISTNAME.txt DOMAIN.com Use this with any of the wordlist that is in the ‘SecLists/Discovery/Web-Content/’ directory. Here’s an example using the ‘tomcat.txt’ wordlist: #bugbounty #bugbountytips #bugbountytip #hackerone #bugcrowd #infosec #cybersecurity #pentesting #redteam #informationsecurity #securitycipher #technology #coding #code #recon #ai #llm #owasp
1
87
365
21,985
26 Sep 2024
The importance of customizing wordlists for your targets 🔥 Dirbusting a German speaking target, I used a German wordlist with common web terms: APIs, names, storage, backups and more! I'll upload some of the wordlists to my Github⚡️ #BugBounty #bugbountytips
6
8
162
11,108
19 Sep 2024
Note: you don't need any dirbusting or anything. You have all the code. Spamming the server will be banned
4
4,891
12 May 2024
🛡️365 Days of Hacking🛡️ 🔒 Day [133] 🧩 Machine: [Luke-HTB] 🌟 Difficulty: [Medium] 🔍 Summary: [Found password in config file via dirbusting. Used it with NodeJs server API to get another passwd, for HttpBasicAuth Dir. Found 'Ajenti' password, securing user and root access.]
1
15
268
🛡️365 Days of Hacking🛡️ 🔒 Day [130] 🧩 Machine: [Apocalyst-HTB] 🌟 Difficulty: [Medium] 🔍 Summary: ['Cewl' for custom wordlist, for dirbusting, found an image. Then, pwd list from that img, with 'steghide', bruteforced wp-admin login, shell. Root, writeable /etc/passwd.]
12
266
25 Apr 2024
🛡️365 Days of Hacking🛡️ 🔒 Day [116] 🧩 Machine: [Admirer-HTB] 🌟 Difficulty: [Easy] 🔍 Summary: [Found 'Admirer' running via FTP backup, FTP credentials through dirbusting. In 'Admirer', read the SSH pass from source code. Abused Sudo, Python library hijack.]
2
19
672
16 Apr 2024
Replying to @JustWantToQ1
Gotta give this lad props for being aware, I’m used to dirbusting these things for days and most just let it happen.
1
2
32
🛡️365 Days of Hacking🛡️ 🔒 Day [99] 🧩 Machine: [Sense-HTB] 🌟 Difficulty: [Easy] 🔍 Summary: [Found pfSense firewall credentials through dirbusting. Logged in and exploited the vulnerability in this version of pfSense by authenticated RCE, resulting in root access.]
15
285
CTF No: 20/100🙃 Platform :- @offsectraining Playground Labs Name: Inclusiveness Difficulty: Easy Skills:- Vulnerability Scanning,ftp,file inclusion, curl,dirbusting, Code Review😁
2
12
203
CTF No: 19/100 🙃 Platform: @offsectraining Playground Labs Name: Katana Difficulty: Easy Skills: Vulnerability Scanning,ftp,file inclusion, curl,dirbusting, Code Review😁
2
8
137
Replying to @techspence
Burp - it's just a sweet swiss army knife: useful for web app tests, pw spraying, dirbusting, user enumeration. Even inside: traffic logging (searchable, helps debug other tools), keeping your UAs clean through various tools, automating scraping/misc. Decade later, still a goto!
3
2
419
i mean it would be very hard for me to try and sue anyone for attemptint to do what i asked them publically to try... please do bear in mind u don't need to send me huge volumes of traffic for dirbusting...
1
maybe this is better? "When you run web scanners, dirbusting, bruteforce, etc. what are typical rates you achieve? What are typical rate-limits? How far do you scale it? Why do you scale or why not?"
7
24
27 Jun 2022
Replying to @beeradjeezy
AutoRecon defaults to trying to be "safe" and "accurate" more than speedy. You can easily override certain settings to speed it up though: github.com/Tib3rius/AutoReco… You can also set a custom (smaller) wordlist for dirbusting using --dirbuster.wordlist and for 1/2

2
2
My experience is very different. It’s more like “code assisted” testing. So we don’t waste time dirbusting etc. we can use the code to immediately identify the interesting areas, routes, how db access is implemented etc. I think it makes black-box testing cheaper?
2
6