Casual_blog/content/hacking/HowTo_dirb_golang_library.md
2025-03-22 03:03:26 +03:00

16 lines
468 B
Markdown

+++
title = 'HowTo dirb with GoLang library'
date = 2024-11-27
tags = [ "hacking","programming","project" ]
+++
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