0xdade/sephiroth

Multiple provider support in one blocklist

Closed this issue · 0 comments

Right now we can only build a list that blocks one provider. Building one block list per provider kind of sucks and often times will introduce different problems. (Such as in nginx we'd have to declare separate variables and then check all of them...).

So we should be able to say python sephiroth.py -s nginx -c azure -c aws -c gcp or something similar.