-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hey ! I'm reposting my question here for more visibility :)
I'm trying to build a first plugin basically launching "dirb" against an URL.
I wonder how i can write the hcl code in order to target 2 urls. My following attempts fail with "index out of range" (note that the plugin code works perfectly fine with one URL)
resource "dirb" "dirb" {
for_each = ["https://www.google.fr","https://www.google.com"]
target="${each.key}"
}
Moreover, i think it would be interesting to add a "concurrency" feature. During a pentest engagement there are multiples IPs to target so i would be awesome to launch a decker instance for each target IP especially if time consuming tasks are involved (as dirb :) ).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels