Casual_blog/content/hacking/HowTo_dirb_golang_library.md

15 lines
423 B
Markdown
Raw Normal View History

2024-11-26 19:50:29 +00:00
+++
title = 'HowTo dirb with GoLang library'
date = 2024-11-27
+++
2024-11-26 21:13:09 +00:00
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:
2024-11-26 19:50:29 +00:00
- 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