#
gowitness
Here are 2 public repositories matching this topic...
golang
security
screenshot
screenshots
chrome
reporting
headless
chrome-headless
headless-chrome
footprinting
gowitness
-
Updated
Sep 29, 2021 - Go
Improve this page
Add a description, image, and links to the gowitness topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gowitness topic, visit your repo's landing page and select "manage topics."


There's a border case when the amount of items in the input file are lower than the number of instances in a given fleet.
For example, we want to run a scan using all nuclei templates on 20 urls having a fleet with 40 machines.
This situation will output the following error
cat: input: No such file or directorybecause 20 instances are receiving empty input files.Desired behavior