Skip to content

Releases: 0xdade/sephiroth

v1.0.4

30 Jun 22:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

Digital Ocean support, Py3.6 support, Security Updates

23 Mar 06:34
Compare
Choose a tag to compare

Added: Digital Ocean support added by @zevlag using Digital Ocean's new CSV output.
Fixed: Allow py3.6 to install via pip, there's nothing that actually requires 3.8
Security: Security updates for jinja2, cryptography, and bleach dependencies.

Updated GCP + Compacting CIDR Ranges

05 Aug 00:54
Compare
Choose a tag to compare

This update brings the new method for fetching GCP ip ranges from their published json file instead of the janky dns crawling mechanism.

It also brings a new flag, --compacted which can be used to automatically compact neighboring CIDR ranges. When run against the four cloud providers that sephiroth supports, a reduction in size of roughly 10x is seen.

sephiroth -t aws -t gcp -t oci -t azure -s nginx --compacted >/dev/null
sephiroth -t aws -t gcp -t oci -t azure -s nginx >/dev/null
wc -l output/2020-08-05_001815_nginx_aws_gcp_oci_azure.conf output/2020-08-05_001827_nginx_aws_gcp_oci_azure.conf
   3037 output/2020-08-05_001815_nginx_aws_gcp_oci_azure.conf
  32069 output/2020-08-05_001827_nginx_aws_gcp_oci_azure.conf