new post
This commit is contained in:
parent
eb2d93a238
commit
044ff1e465
14
content/hacking/HowTo_dirb_golang_library.md
Normal file
14
content/hacking/HowTo_dirb_golang_library.md
Normal file
@ -0,0 +1,14 @@
|
||||
+++
|
||||
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
|
||||
|
@ -73,7 +73,7 @@ Task: dump config of a router and write role for PCs which will:
|
||||
1. Install Ansible on Controller node - `pip install ansible`
|
||||
2. Install Python on Unix/Windows machines if it isn't installed (not strictly necessary, but otherwise need a workaround)
|
||||
3. Create project folder - `mkdir projectName && cd projectName`
|
||||
4. Make Git repo - [HowTo Git](/hidden/todo)
|
||||
4. Make Git repo - [HowTo Git](/tech/howto_git)
|
||||
5. Generate public SSH key (if it doesn't exist) - `ssh-keygen`, press x3 ENTER
|
||||
6. Copy public SSH key to remote hosts (way depends per OS) - (GNU/Linux) `ssh-copy-id [TargetIP]`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user