sensepost / gowitness

🔍 gowitness - a golang, web screenshot utility using Chrome Headless
GNU General Public License v3.0
2.87k stars 329 forks source link

add a database merge command #78

Closed leonjza closed 3 years ago

leonjza commented 3 years ago

Folks may use gowitness in a distributed fashion, resulting in a few separate sqlite db's. Add a command that can loop n number of input databases, spewing out a freshly merged one.

ref: https://twitter.com/pry0cc/status/1321406678642941952

pry0cc commented 3 years ago

Thank you so much! Trying this out right now :D