+++ title = 'HowTo dirb with GoLang library' date = 2024-11-27 +++ Well, if you want to integrate dirbuster to your Go app, than you are in a troube since tools dont provided usage as library. You'll end up with 2 choices: - write own lib from scratch - hack around with known tools I've did last one. I've modificated dirb tool so it's easy to use as library. Here you go - https://git.sual.in/casual/gobuster-lib