Casual_blog/content/hacking/HowTo_dirb_golang_library.md
2024-11-26 22:50:29 +03:00

15 lines
427 B
Markdown

+++
title = 'HowTo dirb with GoLang library'
date = 2024-11-27
+++
Well, if you want to integrate dirbuster to your GoLang 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