freelabz / secator

secator - the pentester's swiss knife
https://docs.freelabz.com
Other
783 stars 63 forks source link

feat(config): add `strategy` flag to `Config.set` to add / remove item to existing list / dict #346

Open ocervell opened 4 months ago

ocervell commented 4 months ago

strategy = append: append to existing list / dict strategy = overwrite: overwrite existing list / dict strategy = remove: remove from list / dict